< prev index next >

test/jdk/jdk/jfr/jcmd/TestJcmdStartWithSettings.java

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

*** 33,46 **** import jdk.test.lib.Asserts; import jdk.test.lib.jfr.EventNames; import jdk.test.lib.jfr.Events; import jdk.test.lib.process.OutputAnalyzer; ! /* * @test * @summary The test verifies that recording can be started with setting file(s) * @key jfr * @library /test/lib /test/jdk * @run main/othervm jdk.jfr.jcmd.TestJcmdStartWithSettings */ public class TestJcmdStartWithSettings { --- 33,47 ---- import jdk.test.lib.Asserts; import jdk.test.lib.jfr.EventNames; import jdk.test.lib.jfr.Events; import jdk.test.lib.process.OutputAnalyzer; ! /** * @test * @summary The test verifies that recording can be started with setting file(s) * @key jfr + * @requires vm.hasJFR * @library /test/lib /test/jdk * @run main/othervm jdk.jfr.jcmd.TestJcmdStartWithSettings */ public class TestJcmdStartWithSettings {
< prev index next >