< prev index next >

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

Print this page
rev 51054 : imported patch 9000013-aixDisableJFR-requires.patch

*** 23,35 **** * questions. */ package jdk.jfr.event.gc.collection; ! /* * @test * @key jfr * @requires vm.gc == "G1" | vm.gc == null * @library /test/lib /test/jdk * @run main/othervm -Xmx50m -Xmn2m -XX:+UseG1GC -XX:+UnlockExperimentalVMOptions -XX:-UseFastUnorderedTimeStamps -Xlog:gc+heap=trace,gc*=debug jdk.jfr.event.gc.collection.TestYoungGarbageCollectionEventWithG1New */ public class TestYoungGarbageCollectionEventWithG1New { --- 23,36 ---- * questions. */ package jdk.jfr.event.gc.collection; ! /** * @test * @key jfr + * @requires vm.hasJFR * @requires vm.gc == "G1" | vm.gc == null * @library /test/lib /test/jdk * @run main/othervm -Xmx50m -Xmn2m -XX:+UseG1GC -XX:+UnlockExperimentalVMOptions -XX:-UseFastUnorderedTimeStamps -Xlog:gc+heap=trace,gc*=debug jdk.jfr.event.gc.collection.TestYoungGarbageCollectionEventWithG1New */ public class TestYoungGarbageCollectionEventWithG1New {
< prev index next >