< prev index next >

test/hotspot/jtreg/gc/epsilon/TestLogTrace.java

Print this page
rev 59879 : [mq]: 8249000

*** 24,34 **** package gc.epsilon; /** * @test TestLogTrace ! * @requires vm.gc.Epsilon & !vm.graal.enabled * @summary Test that tracing does not crash Epsilon * @run main/othervm -XX:+UnlockExperimentalVMOptions -XX:+UseEpsilonGC -Xlog:gc*=trace gc.epsilon.TestLogTrace */ public class TestLogTrace { --- 24,34 ---- package gc.epsilon; /** * @test TestLogTrace ! * @requires vm.gc.Epsilon * @summary Test that tracing does not crash Epsilon * @run main/othervm -XX:+UnlockExperimentalVMOptions -XX:+UseEpsilonGC -Xlog:gc*=trace gc.epsilon.TestLogTrace */ public class TestLogTrace {
< prev index next >