< prev index next >

test/jdk/jdk/jfr/event/compiler/TestCompilerPhase.java

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

*** 33,45 **** import jdk.test.lib.Utils; import jdk.test.lib.jfr.EventNames; import jdk.test.lib.jfr.Events; import sun.hotspot.WhiteBox; ! /* * @test * @key jfr * @requires vm.compMode!="Xint" & vm.flavor == "server" & (vm.opt.TieredStopAtLevel == 4 | vm.opt.TieredStopAtLevel == null) * @library /test/lib * @build sun.hotspot.WhiteBox * @run main ClassFileInstaller sun.hotspot.WhiteBox * sun.hotspot.WhiteBox$WhiteBoxPermission --- 33,46 ---- import jdk.test.lib.Utils; import jdk.test.lib.jfr.EventNames; import jdk.test.lib.jfr.Events; import sun.hotspot.WhiteBox; ! /** * @test * @key jfr + * @requires vm.hasJFR * @requires vm.compMode!="Xint" & vm.flavor == "server" & (vm.opt.TieredStopAtLevel == 4 | vm.opt.TieredStopAtLevel == null) * @library /test/lib * @build sun.hotspot.WhiteBox * @run main ClassFileInstaller sun.hotspot.WhiteBox * sun.hotspot.WhiteBox$WhiteBoxPermission
< prev index next >