RFR: 8333306: gc/arguments/TestParallelGCErgo.java fails when largepage are enabled
Albert Mingkun Yang
ayang at openjdk.org
Mon Jul 1 08:14:23 UTC 2024
On Sat, 29 Jun 2024 18:22:18 GMT, Leonid Mesnik <lmesnik at openjdk.org> wrote:
> Test gc/arguments/TestParallelGCErgo.java start new VM process with specific heap setting and check GC ergonomics. The aligment might be different for large pages enabled.
> So it makes sense to just disable the test if LargePages are enabled.
Since the test case lists out almost all relevant flags explicitly, does it make sense to use `createLimitedTestJavaProcessBuilder` instead?
-------------
PR Comment: https://git.openjdk.org/jdk/pull/19957#issuecomment-2199514987
More information about the hotspot-gc-dev
mailing list