< prev index next >

test/jdk/jdk/jfr/event/gc/refstat/TestRefStatEventWithG1New.java

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

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