RFR: 8373080: Parallel: gc/arguments/TestMinInitialErgonomics.java should not be run with Large Pages [v2]

Joel Sikström jsikstro at openjdk.org
Thu Dec 4 09:40:18 UTC 2025


On Thu, 4 Dec 2025 08:58:12 GMT, Joel Sikström <jsikstro at openjdk.org> wrote:

>> Hello,
>> 
>> After [JDK-8372150](https://bugs.openjdk.org/browse/JDK-8372150), Parallel might bump the initial and min heap sizes to match the requirements of using large pages. This is not reflected in the gc/arguments/TestMinInitialErgonomics.java test.
>> 
>> Parallel and Large pages are an exception to the "normal" behavior, so I suggest we run the test without Large pages moving forward.
>> 
>> Testing:
>> * Test fails locally when run with `-XX:+UseLargePages`, no longer runs when the `-XX:+UseLargePages` flag is added.
>
> Joel Sikström has updated the pull request incrementally with one additional commit since the last revision:
> 
>   Typo fix

I'm going ahead and integrating this to reduce future CI noise. This change is very minimal.

Thank you for the reviews! @albertnetymk @xmas92

-------------

PR Comment: https://git.openjdk.org/jdk/pull/28654#issuecomment-3611113592


More information about the hotspot-gc-dev mailing list