RFR: 8256474: Migrate Mutex _owner accesses to use Atomic operations

Coleen Phillimore coleenp at openjdk.java.net
Mon Nov 23 23:23:59 UTC 2020


On Mon, 23 Nov 2020 23:08:28 GMT, David Holmes <dholmes at openjdk.org> wrote:

> Simple update to move away from volatile fields and use Atomic::load/store on racy accesses.
> 
> Thanks,
> David

Looks good to me.

-------------

Marked as reviewed by coleenp (Reviewer).

PR: https://git.openjdk.java.net/jdk/pull/1402


More information about the hotspot-runtime-dev mailing list