We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9da3c37 commit 5bc41dbCopy full SHA for 5bc41db
test/hotspot/jtreg/vmTestbase/metaspace/gc/watermark_0_1/TestDescription.java
@@ -30,6 +30,9 @@
30
* VM Testbase keywords: [nonconcurrent, no_cds]
31
*
32
* @comment Don't run test in configurations where we can't reliably count number of metaspace triggered GCs
33
+ * @requires vm.gc != null | !vm.opt.final.ClassUnloadingWithConcurrentMark
34
+ * @requires vm.gc != "G1" | !vm.opt.final.ClassUnloadingWithConcurrentMark
35
+ * @requires vm.gc != "Z"
36
* @requires vm.compMode != "Xcomp"
37
* @library /vmTestbase /test/lib
38
* @run main/othervm
0 commit comments