Integrated: 8375981: G1: Convert G1RemSet helper classes to use Atomic<T>

Thomas Schatzl tschatzl at openjdk.org
Mon Jan 26 09:18:52 UTC 2026


On Wed, 21 Jan 2026 12:31:34 GMT, Thomas Schatzl <tschatzl at openjdk.org> wrote:

> Hi all,
> 
>   please review this conversion of `G1RemSet` helper classes to use `Atomic<>`.
> 
> There has been one additional non-volatile member that has been converted to use `Atomic<T>`.
> 
> Testing: gha, tier1
> 
> Thanks,
>   Thomas

This pull request has now been integrated.

Changeset: e7cadd90
Author:    Thomas Schatzl <tschatzl at openjdk.org>
URL:       https://git.openjdk.org/jdk/commit/e7cadd90b2872364443873aa4b4b4664bcf02f4d
Stats:     28 lines in 1 file changed: 6 ins; 0 del; 22 mod

8375981: G1: Convert G1RemSet helper classes to use Atomic<T>

Reviewed-by: shade, iwalulya

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

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


More information about the hotspot-gc-dev mailing list