test/jdk/jdk/jfr/jmx/TestRecordingState.java
changeset 51214 67736b4846a0
parent 50113 caf115bb98ad
equal deleted inserted replaced
51213:24c4780f69a5 51214:67736b4846a0
    29 
    29 
    30 import jdk.jfr.RecordingState;
    30 import jdk.jfr.RecordingState;
    31 import jdk.management.jfr.FlightRecorderMXBean;
    31 import jdk.management.jfr.FlightRecorderMXBean;
    32 import jdk.management.jfr.RecordingInfo;
    32 import jdk.management.jfr.RecordingInfo;
    33 
    33 
    34 /*
    34 /**
    35  * @test
    35  * @test
    36  * @key jfr
    36  * @key jfr
       
    37  * @requires vm.hasJFR
    37  * @library /test/lib /test/jdk
    38  * @library /test/lib /test/jdk
    38  * @run main/othervm jdk.jfr.jmx.TestRecordingState
    39  * @run main/othervm jdk.jfr.jmx.TestRecordingState
    39  */
    40  */
    40 public class TestRecordingState {
    41 public class TestRecordingState {
    41     public static void main(String[] args) throws Throwable {
    42     public static void main(String[] args) throws Throwable {