RFR: 8238174: migrate ObjectMonitor::_owner field away from C++ volatile semantics [v2]

David Holmes dholmes at openjdk.java.net
Wed Nov 18 02:35:06 UTC 2020


On Wed, 18 Nov 2020 02:25:16 GMT, Daniel D. Daugherty <dcubed at openjdk.org> wrote:

>> Drop volatile from the ObjectMonitor::_owner field. Update all naked
>> field loads to use the new owner_raw() accessor or the existing
>> owner_is_DEFLATER_MARKER() accessor.
>> 
>> Testing: Mach5 Tier1,2,3 (2 & 3 are running)
>
> Daniel D. Daugherty has updated the pull request incrementally with one additional commit since the last revision:
> 
>   @dholmes-ora CR - resolve David's comments.

Marked as reviewed by dholmes (Reviewer).

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

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


More information about the hotspot-runtime-dev mailing list