< prev index next >

test/jdk/jdk/jfr/event/gc/collection/TestGCWithFasttime.java

Print this page
rev 57430 : [mq]: 8235907-fix-tests-using-paralleloldgc

*** 37,47 **** * @test * @key jfr * @requires vm.hasJFR * @requires vm.gc == "Parallel" | vm.gc == null * @library /test/lib /test/jdk ! * @run main/othervm -XX:+UseParallelGC -XX:+UseParallelOldGC jdk.jfr.event.gc.collection.TestGCWithFasttime */ public class TestGCWithFasttime { private static final String EVENT_NAME = GCHelper.event_garbage_collection; // TODO: Check if all GC tests can be run with fast time. If so, this test is probably not needed. --- 37,47 ---- * @test * @key jfr * @requires vm.hasJFR * @requires vm.gc == "Parallel" | vm.gc == null * @library /test/lib /test/jdk ! * @run main/othervm -XX:+UseParallelGC jdk.jfr.event.gc.collection.TestGCWithFasttime */ public class TestGCWithFasttime { private static final String EVENT_NAME = GCHelper.event_garbage_collection; // TODO: Check if all GC tests can be run with fast time. If so, this test is probably not needed.
< prev index next >