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


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.



More information about the hotspot-dev mailing list