RFR: 8245233: ZGC: Load volatile oops using Atomic::load()

Stuart Monteith stuart.monteith at arm.com
Mon May 18 20:27:01 UTC 2020


On 18/05/2020 20:35, Per Liden wrote:
> Load volatile oops using Atomic::load() rather than using raw dereference.
> 
> Bug: https://bugs.openjdk.java.net/browse/JDK-8245233
> Webrev: http://cr.openjdk.java.net/~pliden/8245233/webrev.0
> 
> /Per

That compiles down how I'd expect it to. LGTM.



More information about the hotspot-gc-dev mailing list