< prev index next >

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