RFR: 8076467: AARCH64: assertion fail with -XX:+UseG1GC (original) (raw)
Andrew Haley aph at redhat.com
Wed Apr 1 14:54:07 UTC 2015
- Previous message: RFR: 8075955: Replace the macro based implementation of oop_oop_iterate with a template based solution
- Next message: RFR: 8076467: AARCH64: assertion fail with -XX:+UseG1GC
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
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: 8075955: Replace the macro based implementation of oop_oop_iterate with a template based solution
- Next message: RFR: 8076467: AARCH64: assertion fail with -XX:+UseG1GC
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]