RFR: 8230841: Remove oopDesc::equals()

Per Liden per.liden at oracle.com
Wed Sep 11 07:35:00 UTC 2019


With the removal of Access::equals() in JDK-8230808, there's no longer 
any need to treat oop equality in a special way. Therefore, we can 
remove oopDesc::equals() and oopDesc::equals_raw().

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

Testing: Currently running through tier1-3 in all platforms

/Per



More information about the hotspot-gc-dev mailing list