< prev index next >

test/jdk/jdk/jfr/event/runtime/TestSafepointEvents.java

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

*** 36,48 **** import jdk.test.lib.Asserts; import jdk.test.lib.jfr.EventNames; import jdk.test.lib.jfr.Events; import sun.hotspot.WhiteBox; ! /* * @test TestSafepointEvents * @key jfr * @library /test/lib * @build sun.hotspot.WhiteBox * @run main ClassFileInstaller sun.hotspot.WhiteBox * sun.hotspot.WhiteBox$WhiteBoxPermission * @run main/othervm -Xbootclasspath/a:. --- 36,49 ---- import jdk.test.lib.Asserts; import jdk.test.lib.jfr.EventNames; import jdk.test.lib.jfr.Events; import sun.hotspot.WhiteBox; ! /** * @test TestSafepointEvents * @key jfr + * @requires vm.hasJFR * @library /test/lib * @build sun.hotspot.WhiteBox * @run main ClassFileInstaller sun.hotspot.WhiteBox * sun.hotspot.WhiteBox$WhiteBoxPermission * @run main/othervm -Xbootclasspath/a:.
< prev index next >