Skip to content

Commit 5ed0d52

Browse files
author
Thomas Schatzl
committed
8332936: Test vmTestbase/metaspace/gc/watermark_70_80/TestDescription.java fails with no GC's recorded
Reviewed-by: stefank, ayang
1 parent 91101f0 commit 5ed0d52

File tree

4 files changed

+4
-0
lines changed

4 files changed

+4
-0
lines changed

test/hotspot/jtreg/vmTestbase/metaspace/gc/watermark_0_1/TestDescription.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@
3333
* @requires vm.gc != null | !vm.opt.final.ClassUnloadingWithConcurrentMark
3434
* @requires vm.gc != "G1" | !vm.opt.final.ClassUnloadingWithConcurrentMark
3535
* @requires vm.gc != "Z"
36+
* @requires vm.compMode != "Xcomp"
3637
* @library /vmTestbase /test/lib
3738
* @run main/othervm
3839
* -Xmx1g

test/hotspot/jtreg/vmTestbase/metaspace/gc/watermark_10_20/TestDescription.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@
3333
* @requires vm.gc != null | !vm.opt.final.ClassUnloadingWithConcurrentMark
3434
* @requires vm.gc != "G1" | !vm.opt.final.ClassUnloadingWithConcurrentMark
3535
* @requires vm.gc != "Z"
36+
* @requires vm.compMode != "Xcomp"
3637
* @library /vmTestbase /test/lib
3738
* @run main/othervm
3839
* -Xmx1g

test/hotspot/jtreg/vmTestbase/metaspace/gc/watermark_70_80/TestDescription.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@
3333
* @requires vm.gc != null | !vm.opt.final.ClassUnloadingWithConcurrentMark
3434
* @requires vm.gc != "G1" | !vm.opt.final.ClassUnloadingWithConcurrentMark
3535
* @requires vm.gc != "Z"
36+
* @requires vm.compMode != "Xcomp"
3637
* @library /vmTestbase /test/lib
3738
* @run main/othervm
3839
* -Xmx1g

test/hotspot/jtreg/vmTestbase/metaspace/gc/watermark_99_100/TestDescription.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@
3333
* @requires vm.gc != null | !vm.opt.final.ClassUnloadingWithConcurrentMark
3434
* @requires vm.gc != "G1" | !vm.opt.final.ClassUnloadingWithConcurrentMark
3535
* @requires vm.gc != "Z"
36+
* @requires vm.compMode != "Xcomp"
3637
* @library /vmTestbase /test/lib
3738
* @run main/othervm
3839
* -Xmx1g

0 commit comments

Comments
 (0)