RFR: 8305368: G1 remset chunk claiming may use relaxed memory ordering

Thomas Schatzl tschatzl at openjdk.org
Tue Apr 11 16:06:41 UTC 2023


On Fri, 31 Mar 2023 11:15:48 GMT, Thomas Schatzl <tschatzl at openjdk.org> wrote:

> Hi all,
> 
>   please review this minor change that changes the atomic increment for claiming chunks during scanning remembered sets to use relaxed memory ordering.
> Nothing depends on that, and nothing should. No particular performance improvements (expected; on x86 all atomics are "conservative" anyway).
> 
> Testing: local compilation, gha
> 
> Thanks,
>   Thomas

Thanks for your reviews

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

PR Comment: https://git.openjdk.org/jdk/pull/13266#issuecomment-1503681170


More information about the hotspot-gc-dev mailing list