RFR: 8256474: Migrate Mutex _owner accesses to use Atomic operations [v3]

Coleen Phillimore coleenp at openjdk.java.net
Tue Dec 1 12:26:56 UTC 2020


On Tue, 24 Nov 2020 22:39:08 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
>
> David Holmes has updated the pull request incrementally with one additional commit since the last revision:
> 
>   Restore volatile modifier

Still 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