Integrated: 8337415: Remove inappropriate Atomic access in FreeListAllocator

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


On Tue, 30 Jul 2024 03:23:24 GMT, Kim Barrett <kbarrett 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

This pull request has now been integrated.

Changeset: 6c3ba5a6
Author:    Kim Barrett <kbarrett at openjdk.org>
URL:       https://git.openjdk.org/jdk/commit/6c3ba5a6c47d29908ddaf58582ee8d26bb8779f9
Stats:     3 lines in 1 file changed: 0 ins; 0 del; 3 mod

8337415: Remove inappropriate Atomic access in FreeListAllocator

Reviewed-by: tschatzl, shade

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

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


More information about the hotspot-gc-dev mailing list