Integrated: 8367737: Parallel: Retry allocation after lock acquire in mem_allocate_work
Albert Mingkun Yang
ayang at openjdk.org
Wed Sep 17 10:30:54 UTC 2025
On Tue, 16 Sep 2025 09:40:10 GMT, Albert Mingkun Yang <ayang at openjdk.org> wrote:
> Restoring the allocation retrying logic inside lock-region to avoid premature GCs. This logic was mistakenly removed in [JDK-8365557](https://bugs.openjdk.org/browse/JDK-8365557).
>
> Test: tier1-3
This pull request has now been integrated.
Changeset: c28142e7
Author: Albert Mingkun Yang <ayang at openjdk.org>
URL: https://git.openjdk.org/jdk/commit/c28142e7c142b2938823451c1f638f56a7f969d2
Stats: 52 lines in 2 files changed: 29 ins; 20 del; 3 mod
8367737: Parallel: Retry allocation after lock acquire in mem_allocate_work
Reviewed-by: fandreuzzi, tschatzl, iwalulya
-------------
PR: https://git.openjdk.org/jdk/pull/27308
More information about the hotspot-gc-dev
mailing list