< prev index next >

test/hotspot/jtreg/gc/TestFullGCCount.java

Print this page
rev 53507 : Fix shared tests to run without Shenandoah

@@ -24,11 +24,11 @@
 /**
  * @test TestFullGCCount.java
  * @bug 7072527
  * @summary CMS: JMM GC counters overcount in some cases
  * @requires !(vm.gc.ConcMarkSweep & vm.opt.ExplicitGCInvokesConcurrent == true)
- * @requires !(vm.gc == "Shenandoah" & !(vm.opt.ExplicitGCInvokesConcurrent == false))
+ * @requires !(vm.gc.Shenandoah & vm.opt.ExplicitGCInvokesConcurrent == true)
  * @modules java.management
  * @run main/othervm -Xlog:gc TestFullGCCount
  */
 
 import java.lang.management.GarbageCollectorMXBean;
< prev index next >