test/jdk/jdk/jfr/jcmd/TestJcmdDumpLimited.java
changeset 50873 ce53844224b6
parent 50745 a390cbb82d47
child 51214 67736b4846a0
equal deleted inserted replaced
50872:308410473abe 50873:ce53844224b6
    46 /*
    46 /*
    47  * @test
    47  * @test
    48  * @summary The test verifies JFR.dump command
    48  * @summary The test verifies JFR.dump command
    49  * @key jfr
    49  * @key jfr
    50  * @library /test/lib /test/jdk
    50  * @library /test/lib /test/jdk
    51  * @run main/othervm -XX:FlightRecorderOptions jdk.jfr.jcmd.TestJcmdDumpLimited
    51  * @run main/othervm jdk.jfr.jcmd.TestJcmdDumpLimited
    52  */
    52  */
    53 public class TestJcmdDumpLimited {
    53 public class TestJcmdDumpLimited {
    54 
    54 
    55     static class TestEvent extends Event {
    55     static class TestEvent extends Event {
    56         int id;
    56         int id;