RFR: 8224962: ZGC: Strengthen ZHeap::is_oop()

Per Liden per.liden at oracle.com
Wed May 29 09:26:23 UTC 2019


ZHeap::is_oop() currently only verifies that the metadata bits are good. 
However, we should also check that non-offset and non-metadata bits are 
not set.

Bug: https://bugs.openjdk.java.net/browse/JDK-8224962
Webrev: http://cr.openjdk.java.net/~pliden/8224962/webrev.0

/Per



More information about the hotspot-gc-dev mailing list