Integrated: 8377442: More fixes to ThreadLocalAllocBuffer after JDK-8377179
Thomas Schatzl
tschatzl at openjdk.org
Wed Feb 11 09:45:54 UTC 2026
On Mon, 9 Feb 2026 07:02:37 GMT, Thomas Schatzl <tschatzl at openjdk.org> wrote:
> Hi all,
>
> please review these additional changes to TLAB code after @kimbarret's comments.
>
> Some typos, some improvements to const'ness, one really embarassing new race added (and fixed).
>
> Testing: gha
>
> Thanks,
> Thomas
This pull request has now been integrated.
Changeset: e34291d8
Author: Thomas Schatzl <tschatzl at openjdk.org>
URL: https://git.openjdk.org/jdk/commit/e34291d8e11164ab3b6d0f6a3e8819bc29b32124
Stats: 15 lines in 5 files changed: 6 ins; 0 del; 9 mod
8377442: More fixes to ThreadLocalAllocBuffer after JDK-8377179
Reviewed-by: ayang, kbarrett, iwalulya
-------------
PR: https://git.openjdk.org/jdk/pull/29626
More information about the hotspot-dev
mailing list