ConcurrentHashTables manage nodes through (sometimes) atomically manipulated linked lists. Change these to use Atomic<T> instead of directly using AtomicAccess.
- blocks
-
JDK-8373648 Convert ConcurrentHashTable to use Atomic<T>
-
- Open
-
- links to
-
Review(master)
openjdk/jdk/28951