< prev index next >

test/jdk/jdk/jfr/event/gc/heapsummary/TestHeapSummaryCommittedSize.java

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

*** 34,46 **** import jdk.test.lib.jfr.EventVerifier; import jdk.test.lib.jfr.Events; import jdk.test.lib.jfr.GCHelper; import sun.hotspot.WhiteBox; ! /* * @test * @key jfr * @requires vm.gc == "Parallel" | vm.gc == null * @library /test/lib /test/jdk * @build sun.hotspot.WhiteBox * @run main ClassFileInstaller sun.hotspot.WhiteBox * @run main/othervm -XX:+UnlockExperimentalVMOptions --- 34,47 ---- import jdk.test.lib.jfr.EventVerifier; import jdk.test.lib.jfr.Events; import jdk.test.lib.jfr.GCHelper; import sun.hotspot.WhiteBox; ! /** * @test * @key jfr + * @requires vm.hasJFR * @requires vm.gc == "Parallel" | vm.gc == null * @library /test/lib /test/jdk * @build sun.hotspot.WhiteBox * @run main ClassFileInstaller sun.hotspot.WhiteBox * @run main/othervm -XX:+UnlockExperimentalVMOptions
< prev index next >