8369128: ProblemList jdk/jfr/event/profiling/TestCPUTimeSampleQueueAutoSizes.java in Xcomp configs

8369132: Disable vmTestbase/gc/vector/CircularListLow and LinearListLow with SerialGC
8369133: Disable gc/g1/TestShrinkAuxiliaryDataRunner.java with UseLargePages option

Reviewed-by: ayang, dholmes
This commit is contained in:
Daniel D. Daugherty 2025-10-03 21:11:33 +00:00
parent 012e079d11
commit 837f634bf2
4 changed files with 4 additions and 0 deletions

View File

@ -29,6 +29,7 @@ package gc.g1;
* @bug 8038423 8061715
* @summary Checks that decommitment occurs for JVM with different ObjectAlignmentInBytes values
* @requires vm.gc.G1
* @requires !vm.opt.final.UseLargePages
* @library /test/lib
* @library /
* @modules java.base/jdk.internal.misc

View File

@ -31,5 +31,6 @@
*
* @library /vmTestbase
* /test/lib
* @requires vm.gc != "Serial"
* @run main/othervm/timeout=480 gc.vector.SimpleGC.SimpleGC -ms low -gp circularList(low)
*/

View File

@ -31,5 +31,6 @@
*
* @library /vmTestbase
* /test/lib
* @requires vm.gc != "Serial"
* @run main/othervm gc.vector.SimpleGC.SimpleGC -ms low -gp linearList(low)
*/

View File

@ -29,3 +29,4 @@
java/lang/invoke/MethodHandles/CatchExceptionTest.java 8146623 generic-all
java/lang/reflect/callerCache/ReflectionCallerCacheTest.java 8332028 generic-all
jdk/jfr/event/profiling/TestCPUTimeSampleQueueAutoSizes.java 8367302 linux-all