RFR: 8358748: Large page size initialization fails with assert "page_size must be a power of 2" [v3]
Yagmur Eren
duke at openjdk.org
Tue Aug 19 11:27:52 UTC 2025
On Tue, 19 Aug 2025 08:27:21 GMT, Albert Mingkun Yang <ayang at openjdk.org> wrote:
> > Therefore, I updated the test to use NUMASpaceResizeRate, since I believe that it only requires a flag of type size_t.
>
> How about `LargePageHeapSizeThreshold`? It's `size_t` also. (`NUMASpaceResizeRate` is a ParallelGC-only flag.)
LargePageHeapSizeThreshold would be better. I'll replace it. Thanks for the suggestion @albertnetymk!
-------------
PR Comment: https://git.openjdk.org/jdk/pull/25994#issuecomment-3200348697
More information about the hotspot-runtime-dev
mailing list