RFR: 8374681: ZGC: Convert zJNICritical to use Atomic<T>

Axel Boldt-Christmas aboldtch at openjdk.org
Wed Jan 14 09:22:51 UTC 2026


Convert usages of AtomicAccess to Atomic<T> in zJNICritical.

Testing:
 * GHA
 * HotSpot GC tests with ZGC linux x64 and linux aarch64

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

Commit messages:
 - ZGC: Convert zJNICritical to use Atomic<T>

Changes: https://git.openjdk.org/jdk/pull/29223/files
  Webrev: https://webrevs.openjdk.org/?repo=jdk&pr=29223&range=00
  Issue: https://bugs.openjdk.org/browse/JDK-8374681
  Stats: 21 lines in 2 files changed: 1 ins; 1 del; 19 mod
  Patch: https://git.openjdk.org/jdk/pull/29223.diff
  Fetch: git fetch https://git.openjdk.org/jdk.git pull/29223/head:pull/29223

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


More information about the hotspot-gc-dev mailing list