< prev index next >

test/jdk/jdk/jfr/startupargs/TestRetransformUsingLog.java

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

*** 32,44 **** import jdk.test.lib.jfr.EventNames; import jdk.test.lib.jfr.SimpleEvent; import jdk.test.lib.process.OutputAnalyzer; import jdk.test.lib.process.ProcessTools; ! /* * @test * @key jfr * @library /test/lib * @run main/othervm jdk.jfr.startupargs.TestRetransformUsingLog */ public class TestRetransformUsingLog { --- 32,45 ---- import jdk.test.lib.jfr.EventNames; import jdk.test.lib.jfr.SimpleEvent; import jdk.test.lib.process.OutputAnalyzer; import jdk.test.lib.process.ProcessTools; ! /** * @test * @key jfr + * @requires vm.hasJFR * @library /test/lib * @run main/othervm jdk.jfr.startupargs.TestRetransformUsingLog */ public class TestRetransformUsingLog {
< prev index next >