< prev index next >

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