RFR: 8375535: G1: Convert CardTableBarrierSet and subclasses to use Atomic<T>

Ivan Walulya iwalulya at openjdk.org
Mon Feb 2 08:47:24 UTC 2026


On Thu, 22 Jan 2026 12:58:39 GMT, Thomas Schatzl <tschatzl at openjdk.org> wrote:

> Hi all,
> 
>   use `Atomic<T>` instead of `AtomicAccess` in `CardTableBarrierSet` and subclasses. Since this modifies `CardTableBarrierSet::_card_table` the change has some fan-out.
> 
> Testing: gha
> 
> Thanks,
>   Thomas

Marked as reviewed by iwalulya (Reviewer).

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

PR Review: https://git.openjdk.org/jdk/pull/29360#pullrequestreview-3738043319


More information about the hotspot-dev mailing list