< prev index next >

test/hotspot/jtreg/gc/shenandoah/options/TestExplicitGCNoConcurrent.java

Print this page
rev 54755 : 8223427: [TESTBUG] Disable JTReg Shenandoah tests when Graal is enabled
Reviewed-by: duke

*** 23,33 **** /* * @test TestExplicitGCNoConcurrent * @summary Test that Shenandoah reacts to explicit GC flags appropriately * @key gc ! * @requires vm.gc.Shenandoah * @library /test/lib * @modules java.base/jdk.internal.misc * java.management * @run driver TestExplicitGCNoConcurrent */ --- 23,33 ---- /* * @test TestExplicitGCNoConcurrent * @summary Test that Shenandoah reacts to explicit GC flags appropriately * @key gc ! * @requires vm.gc.Shenandoah & !vm.graal.enabled * @library /test/lib * @modules java.base/jdk.internal.misc * java.management * @run driver TestExplicitGCNoConcurrent */
< prev index next >