< prev index next >

test/jdk/jdk/jfr/jcmd/TestJcmdDumpLimited.java

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

*** 41,54 **** import jdk.jfr.Event; import jdk.jfr.Recording; import jdk.test.lib.Asserts; import jdk.test.lib.process.OutputAnalyzer; ! /* * @test * @summary The test verifies JFR.dump command * @key jfr * @library /test/lib /test/jdk * @run main/othervm jdk.jfr.jcmd.TestJcmdDumpLimited */ public class TestJcmdDumpLimited { --- 41,55 ---- import jdk.jfr.Event; import jdk.jfr.Recording; import jdk.test.lib.Asserts; import jdk.test.lib.process.OutputAnalyzer; ! /** * @test * @summary The test verifies JFR.dump command * @key jfr + * @requires vm.hasJFR * @library /test/lib /test/jdk * @run main/othervm jdk.jfr.jcmd.TestJcmdDumpLimited */ public class TestJcmdDumpLimited {
< prev index next >