< prev index next >

test/jdk/jdk/jfr/event/gc/configuration/TestGCTLABConfigurationEvent.java

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

*** 39,49 **** * @test * @key jfr * @requires vm.hasJFR * @requires vm.gc == "Parallel" | vm.gc == null * @library /test/lib /test/jdk ! * @run main/othervm -XX:+UnlockExperimentalVMOptions -XX:-UseFastUnorderedTimeStamps -XX:+UseParallelGC -XX:+UseParallelOldGC -XX:+UseTLAB -XX:MinTLABSize=3k -XX:TLABRefillWasteFraction=96 jdk.jfr.event.gc.configuration.TestGCTLABConfigurationEvent */ public class TestGCTLABConfigurationEvent { public static void main(String[] args) throws Exception { Recording recording = new Recording(); recording.enable(EventNames.GCTLABConfiguration); --- 39,49 ---- * @test * @key jfr * @requires vm.hasJFR * @requires vm.gc == "Parallel" | vm.gc == null * @library /test/lib /test/jdk ! * @run main/othervm -XX:+UnlockExperimentalVMOptions -XX:-UseFastUnorderedTimeStamps -XX:+UseParallelGC -XX:+UseTLAB -XX:MinTLABSize=3k -XX:TLABRefillWasteFraction=96 jdk.jfr.event.gc.configuration.TestGCTLABConfigurationEvent */ public class TestGCTLABConfigurationEvent { public static void main(String[] args) throws Exception { Recording recording = new Recording(); recording.enable(EventNames.GCTLABConfiguration);
< prev index next >