RFR: 8230808: Remove Access::equals()

Per Liden per.liden at oracle.com
Mon Sep 16 11:08:10 UTC 2019


Thanks Aleksey!

/Per

> On 16 Sep 2019, at 10:49, Aleksey Shipilev <shade at redhat.com> wrote:
> 
>> On 9/16/19 7:54 AM, Per Liden wrote:
>>> On 9/10/19 3:27 PM, Per Liden wrote:
>>> Access::equals() is not specialized by any barrier set and can be removed. This patch doesn't
>>> remove oopDesc::equals()/equals_raw(), but they don't use Access::equals() to do the work anymore.
>>> Removing oopDesc::equals() is a more intrusive change, which can be done as the next step.
>>> 
>>> Bug: https://bugs.openjdk.java.net/browse/JDK-8230808
>>> Webrev: http://cr.openjdk.java.net/~pliden/8230808/webrev.0
> 
> Looks fine.
> 
> -- 
> Thanks,
> -Aleksey
> 




More information about the hotspot-gc-dev mailing list