RFR: 8369286: Parallel: Assertion failure in mutableNUMASpace
Thomas Schatzl
tschatzl at openjdk.org
Wed Oct 8 11:09:04 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
Marked as reviewed by tschatzl (Reviewer).
-------------
PR Review: https://git.openjdk.org/jdk/pull/27675#pullrequestreview-3314296323
More information about the hotspot-gc-dev
mailing list