RFR: 8369286: Parallel: Assertion failure in mutableNUMASpace
Albert Mingkun Yang
ayang at openjdk.org
Wed Oct 8 11:24:16 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
Thanks for review.
-------------
PR Comment: https://git.openjdk.org/jdk/pull/27675#issuecomment-3381055090
More information about the hotspot-gc-dev
mailing list