8366874: Test gc/arguments/TestParallelGCErgo.java fails with UseTransparentHugePages

Reviewed-by: ayang, shade, stefank, tschatzl
This commit is contained in:
Joel Sikström 2025-09-08 06:33:49 +00:00
parent f9dc640ef0
commit fb1924d2e3

View File

@ -27,7 +27,7 @@ package gc.arguments;
* @test TestParallelGCErgo
* @bug 8272364
* @requires vm.gc.Parallel
* @requires vm.opt.UseLargePages == null | !vm.opt.UseLargePages
* @requires !vm.opt.final.UseLargePages
* @summary Verify ParallelGC minimum young and old ergonomics are setup correctly
* @modules java.base/jdk.internal.misc
* @library /test/lib