RFR: 8076467: AARCH64: assertion fail with -XX:+UseG1GC (original) (raw)
Vladimir Kozlov vladimir.kozlov at oracle.com
Wed Apr 1 17:52:37 UTC 2015
- Previous message: RFR: 8076467: AARCH64: assertion fail with -XX:+UseG1GC
- Next message: Has "jdk9/hs-emb" been removed intentionally?
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Good.
Thanks, Vladimir
On 4/1/15 7:54 AM, Andrew Haley wrote:
UseG1GC doesn't work on AArch64 debug builds because of an assertion failure.
Register::bit(bool) returns a bit for ORing into a bitmask which represents a set of registers. The bool passed to bit() may be true or false; if it is false the passed register may be noreg, in which case we should not call Register::encoding(). http://cr.openjdk.java.net/~aph/8076467/ Andrew.
- Previous message: RFR: 8076467: AARCH64: assertion fail with -XX:+UseG1GC
- Next message: Has "jdk9/hs-emb" been removed intentionally?
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]