< prev index next >

test/hotspot/jtreg/gc/TestSystemGC.java

Print this page
rev 59879 : [mq]: 8249000

*** 47,57 **** * @run main/othervm -XX:+UseLargePages -XX:+UseLargePagesInMetaspace gc.TestSystemGC */ /* * @test TestSystemGCShenandoah ! * @requires vm.gc.Shenandoah & !vm.graal.enabled * @summary Runs System.gc() with different flags. * @run main/othervm -XX:+UnlockExperimentalVMOptions -XX:+UseShenandoahGC gc.TestSystemGC * @run main/othervm -XX:+UnlockExperimentalVMOptions -XX:+UseShenandoahGC -XX:+ExplicitGCInvokesConcurrent gc.TestSystemGC */ public class TestSystemGC { --- 47,57 ---- * @run main/othervm -XX:+UseLargePages -XX:+UseLargePagesInMetaspace gc.TestSystemGC */ /* * @test TestSystemGCShenandoah ! * @requires vm.gc.Shenandoah * @summary Runs System.gc() with different flags. * @run main/othervm -XX:+UnlockExperimentalVMOptions -XX:+UseShenandoahGC gc.TestSystemGC * @run main/othervm -XX:+UnlockExperimentalVMOptions -XX:+UseShenandoahGC -XX:+ExplicitGCInvokesConcurrent gc.TestSystemGC */ public class TestSystemGC {
< prev index next >