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

David Holmes david.holmes at oracle.com
Tue Nov 24 00:05:54 UTC 2020


On 24/11/2020 9:23 am, Coleen Phillimore wrote:
> 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.

Thanks for the Review Coleen!

David
-----

> -------------
> 
> Marked as reviewed by coleenp (Reviewer).
> 
> PR: https://git.openjdk.java.net/jdk/pull/1402
> 


More information about the hotspot-runtime-dev mailing list