< prev index next >

test/hotspot/jtreg/gc/TestFullGCCount.java

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

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