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

Martin Doerr mdoerr at openjdk.java.net
Wed Nov 18 16:46:08 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; only unrelated, known test failures.
>
> Daniel D. Daugherty has updated the pull request incrementally with one additional commit since the last revision:
> 
>   @dholmes-ora CR - resolve David's comments.

LGTM

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

Marked as reviewed by mdoerr (Reviewer).

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


More information about the hotspot-runtime-dev mailing list