RFR: 8376666: Convert various BlockOffsetTables to use Atomic<T>

Thomas Schatzl tschatzl at openjdk.org
Fri Jan 30 08:40:07 UTC 2026


On Thu, 29 Jan 2026 09:22:07 GMT, Thomas Schatzl <tschatzl at openjdk.org> wrote:

> Hi all,
> 
>   please review this conversion of the various block offset tables to use `Atomic<T>`. Since they are very similar, and mostly changes from `uint8*` to `Atomic<uint8>*` I merged the conversion together.
> 
> It is not the goal to actually merge them into one class that all three collectors use. I filed https://bugs.openjdk.org/browse/JDK-8376667 though, not finding a pre-existing RFE.
> 
> Testing: tier1-5, gha

The GHA failure is an GHA infra issue, can't download something necessary.

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

PR Comment: https://git.openjdk.org/jdk/pull/29482#issuecomment-3817141349


More information about the hotspot-gc-dev mailing list