Integrated: 8373649: Convert simple AtomicAccess usage in ConcurrentHashTable to use Atomic<T>

Kim Barrett kbarrett at openjdk.org
Tue Dec 16 04:06:03 UTC 2025


On Mon, 15 Dec 2025 03:23:07 GMT, Kim Barrett <kbarrett at openjdk.org> wrote:

> Please review this conversion of simple AtomicAccess usage in
> ConcurrentHashTable to use Atomic<T>.  This is split out from the complete
> conversion to simplify reviewing and testing.
> 
> Testing: mach5 tier1-3

This pull request has now been integrated.

Changeset: 3f33eaa4
Author:    Kim Barrett <kbarrett at openjdk.org>
URL:       https://git.openjdk.org/jdk/commit/3f33eaa42aff45422c94300573c898868189fdfc
Stats:     58 lines in 3 files changed: 3 ins; 0 del; 55 mod

8373649: Convert simple AtomicAccess usage in ConcurrentHashTable to use Atomic<T>

Reviewed-by: tschatzl, iwalulya

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

PR: https://git.openjdk.org/jdk/pull/28816


More information about the hotspot-dev mailing list