RFR: 8337415: Remove inappropriate Atomic access in FreeListAllocator

Kim Barrett kbarrett at openjdk.org
Tue Jul 30 21:22:36 UTC 2024


On Tue, 30 Jul 2024 08:02:21 GMT, Thomas Schatzl <tschatzl at openjdk.org> wrote:

>> Please review this change to ~FreeListAllocator to replace an inappropriate
>> use of Atomic::load with a plain access.
>> 
>> Testing: mach5 tier1
>
> lgtm and trivial.

Thanks for reviews @tschatzl and @shipilev .

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

PR Comment: https://git.openjdk.org/jdk/pull/20382#issuecomment-2259227812


More information about the hotspot-gc-dev mailing list