Skip to content

Commit 837f634

Browse files
author
Daniel D. Daugherty
committed
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
1 parent 012e079 commit 837f634

File tree

4 files changed

+4
-0
lines changed

4 files changed

+4
-0
lines changed

test/hotspot/jtreg/gc/g1/TestShrinkAuxiliaryDataRunner.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@
2929
* @bug 8038423 8061715
3030
* @summary Checks that decommitment occurs for JVM with different ObjectAlignmentInBytes values
3131
* @requires vm.gc.G1
32+
* @requires !vm.opt.final.UseLargePages
3233
* @library /test/lib
3334
* @library /
3435
* @modules java.base/jdk.internal.misc

test/hotspot/jtreg/vmTestbase/gc/vector/CircularListLow/TestDescription.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,5 +31,6 @@
3131
*
3232
* @library /vmTestbase
3333
* /test/lib
34+
* @requires vm.gc != "Serial"
3435
* @run main/othervm/timeout=480 gc.vector.SimpleGC.SimpleGC -ms low -gp circularList(low)
3536
*/

test/hotspot/jtreg/vmTestbase/gc/vector/LinearListLow/TestDescription.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,5 +31,6 @@
3131
*
3232
* @library /vmTestbase
3333
* /test/lib
34+
* @requires vm.gc != "Serial"
3435
* @run main/othervm gc.vector.SimpleGC.SimpleGC -ms low -gp linearList(low)
3536
*/

test/jdk/ProblemList-Xcomp.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,3 +29,4 @@
2929

3030
java/lang/invoke/MethodHandles/CatchExceptionTest.java 8146623 generic-all
3131
java/lang/reflect/callerCache/ReflectionCallerCacheTest.java 8332028 generic-all
32+
jdk/jfr/event/profiling/TestCPUTimeSampleQueueAutoSizes.java 8367302 linux-all

0 commit comments

Comments
 (0)