RFR: 8369286: Parallel: Assertion failure in mutableNUMASpace
Joel Sikström
jsikstro at openjdk.org
Tue Oct 7 13:55:26 UTC 2025
On Tue, 7 Oct 2025 13:10:56 GMT, Albert Mingkun Yang <ayang at openjdk.org> wrote:
> Parallel will try to expand eden to satisfy allocation request. However, the current NUMA implementation in Parallel requires a space to be empty on resizing so that the memory inside the space can be freely distributed among all NUMA nodes.
>
> Add an early-return to `PSYoungGen::try_expand_to_hold` if NUMA is enabled and eden is not empty.
>
> Test: tier1-3
Looks good.
-------------
Marked as reviewed by jsikstro (Reviewer).
PR Review: https://git.openjdk.org/jdk/pull/27675#pullrequestreview-3310235099
More information about the hotspot-gc-dev
mailing list