< prev index next >

test/jdk/jdk/jfr/jcmd/TestJcmdDump.java

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

*** 36,49 **** import jdk.jfr.consumer.RecordedEvent; import jdk.jfr.consumer.RecordingFile; import jdk.test.lib.jfr.EventNames; import jdk.test.lib.process.OutputAnalyzer; ! /* * @test * @summary The test verifies JFR.dump command * @key jfr * @library /test/lib /test/jdk * @run main/othervm -XX:FlightRecorderOptions:maxchunksize=1M jdk.jfr.jcmd.TestJcmdDump */ public class TestJcmdDump { --- 36,50 ---- import jdk.jfr.consumer.RecordedEvent; import jdk.jfr.consumer.RecordingFile; import jdk.test.lib.jfr.EventNames; 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 -XX:FlightRecorderOptions:maxchunksize=1M jdk.jfr.jcmd.TestJcmdDump */ public class TestJcmdDump {
< prev index next >