test/jdk/jdk/jfr/api/recording/state/TestStateIdenticalListeners.java
changeset 51214 67736b4846a0
parent 50113 caf115bb98ad
equal deleted inserted replaced
51213:24c4780f69a5 51214:67736b4846a0
    29 
    29 
    30 import jdk.jfr.FlightRecorder;
    30 import jdk.jfr.FlightRecorder;
    31 import jdk.jfr.FlightRecorderListener;
    31 import jdk.jfr.FlightRecorderListener;
    32 import jdk.jfr.Recording;
    32 import jdk.jfr.Recording;
    33 
    33 
    34 /*
    34 /**
    35  * @test
    35  * @test
    36  * @summary Test Recording state with concurrent recordings
    36  * @summary Test Recording state with concurrent recordings
    37  * @key jfr
    37  * @key jfr
       
    38  * @requires vm.hasJFR
    38  * @library /test/lib
    39  * @library /test/lib
    39  * @run main/othervm jdk.jfr.api.recording.state.TestStateIdenticalListeners
    40  * @run main/othervm jdk.jfr.api.recording.state.TestStateIdenticalListeners
    40  */
    41  */
    41 public class TestStateIdenticalListeners {
    42 public class TestStateIdenticalListeners {
    42 
    43