RFR: 8372564: Convert StringDedup to use Atomic<T> [v2]
Axel Boldt-Christmas
aboldtch at openjdk.org
Fri Dec 19 11:21:22 UTC 2025
On Mon, 15 Dec 2025 01:42:40 GMT, Kim Barrett <kbarrett at openjdk.org> wrote:
>> Please review this change to StringDedup to use Atomic rather than directly
>> applying AtomicAccess to volatile members.
>>
>> Testing: mach5 tier1-5
>
> Kim Barrett has updated the pull request with a new target base due to a merge or a rebase. The incremental webrev excludes the unrelated changes brought in by the merge/rebase. The pull request contains four additional commits since the last revision:
>
> - Merge branch 'master' into stringdedup-atomic
> - remove use of DeferredStatic
> - Merge branch 'master' into stringdedup-atomic
> - stringdedup uses Atomic
lgtm.
-------------
Marked as reviewed by aboldtch (Reviewer).
PR Review: https://git.openjdk.org/jdk/pull/28524#pullrequestreview-3598217361
More information about the hotspot-gc-dev
mailing list