Integrated: 8373080: Parallel: gc/arguments/TestMinInitialErgonomics.java should not be run with Large Pages
Joel Sikström
jsikstro at openjdk.org
Thu Dec 4 09:40:20 UTC 2025
On Thu, 4 Dec 2025 08:17:24 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.
This pull request has now been integrated.
Changeset: 14000a25
Author: Joel Sikström <jsikstro at openjdk.org>
URL: https://git.openjdk.org/jdk/commit/14000a25e6efcbe55171d4cc8c68170a8cf0406f
Stats: 1 line in 1 file changed: 1 ins; 0 del; 0 mod
8373080: Parallel: gc/arguments/TestMinInitialErgonomics.java should not be run with Large Pages
Reviewed-by: ayang, aboldtch
-------------
PR: https://git.openjdk.org/jdk/pull/28654
More information about the hotspot-gc-dev
mailing list