Integrated: 8377126: Shenandoah: Convert ShenandoahVerifier related code to use Atomic<T>

Ben Taylor btaylor at openjdk.org
Thu Feb 5 22:47:40 UTC 2026


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

> Modernizes ShenandoahVerifier 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`.

This pull request has now been integrated.

Changeset: b9c0e053
Author:    Ben Taylor <btaylor at openjdk.org>
Committer: Xiaolong Peng <xpeng at openjdk.org>
URL:       https://git.openjdk.org/jdk/commit/b9c0e0537f979534b12ba6c44b6cf35a8ed78f89
Stats:     14 lines in 2 files changed: 0 ins; 0 del; 14 mod

8377126: Shenandoah: Convert ShenandoahVerifier related code to use Atomic<T>

Reviewed-by: xpeng, shade, wkemper

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

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


More information about the shenandoah-dev mailing list