RFR: 8371956: Convert OopStorage to use Atomic<T> [v2]
Thomas Schatzl
tschatzl at openjdk.org
Tue Nov 18 07:52:16 UTC 2025
On Mon, 17 Nov 2025 20:17:22 GMT, Kim Barrett <kbarrett at openjdk.org> wrote:
>> Please review this change to OopStorage to use Atomic<T> rather than directly
>> applying AtomicAccess to volatile members.
>>
>> Testing: mach5 tier1-5
>
> Kim Barrett has updated the pull request incrementally with one additional commit since the last revision:
>
> fixed unintentional load_acquire in test
Marked as reviewed by tschatzl (Reviewer).
-------------
PR Review: https://git.openjdk.org/jdk/pull/28338#pullrequestreview-3475965165
More information about the hotspot-gc-dev
mailing list