< prev index next >

test/jdk/jdk/jfr/jcmd/TestJcmdStartStopDefault.java

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

*** 32,45 **** import jdk.test.lib.Asserts; import jdk.test.lib.jfr.FileHelper; import jdk.test.lib.process.OutputAnalyzer; ! /* * @test * @summary Start a recording without name. * @key jfr * @library /test/lib /test/jdk * @run main/othervm jdk.jfr.jcmd.TestJcmdStartStopDefault */ public class TestJcmdStartStopDefault { --- 32,46 ---- import jdk.test.lib.Asserts; import jdk.test.lib.jfr.FileHelper; import jdk.test.lib.process.OutputAnalyzer; ! /** * @test * @summary Start a recording without name. * @key jfr + * @requires vm.hasJFR * @library /test/lib /test/jdk * @run main/othervm jdk.jfr.jcmd.TestJcmdStartStopDefault */ public class TestJcmdStartStopDefault {
< prev index next >