RFR: 8377043: Shenandoah: Convert ShenandoahHeapRegion related code to use Atomic<T>

Kelvin Nilsen kdnilsen at openjdk.org
Thu Feb 5 22:22:34 UTC 2026


On Wed, 4 Feb 2026 18:20:17 GMT, Ben Taylor <btaylor at openjdk.org> wrote:

> Modernizes ShenandoahHeapRegion code by replacing `AtomicAccess` methods with `Atomic<T>` types.
> 
> Tier1 test results on x86_64 linux are the same before and after this change when running with `TEST_VM_OPTS=-XX:+UseShenandoahGC`.

Thanks.

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

Marked as reviewed by kdnilsen (Committer).

PR Review: https://git.openjdk.org/jdk/pull/29575#pullrequestreview-3759755707


More information about the shenandoah-dev mailing list