test/jdk/jdk/jfr/api/flightrecorder/TestFlightRecorderListenerRecorderInitialized.java
changeset 51214 67736b4846a0
parent 50113 caf115bb98ad
equal deleted inserted replaced
51213:24c4780f69a5 51214:67736b4846a0
    32 import java.util.concurrent.locks.ReentrantLock;
    32 import java.util.concurrent.locks.ReentrantLock;
    33 
    33 
    34 import jdk.jfr.FlightRecorder;
    34 import jdk.jfr.FlightRecorder;
    35 import jdk.jfr.FlightRecorderListener;
    35 import jdk.jfr.FlightRecorderListener;
    36 
    36 
    37 /*
    37 /**
    38  * @test
    38  * @test
    39  * @key jfr
    39  * @key jfr
       
    40  * @requires vm.hasJFR
    40  * @library /test/lib
    41  * @library /test/lib
    41  * @run main/othervm jdk.jfr.api.flightrecorder.TestFlightRecorderListenerRecorderInitialized
    42  * @run main/othervm jdk.jfr.api.flightrecorder.TestFlightRecorderListenerRecorderInitialized
    42  */
    43  */
    43 public class TestFlightRecorderListenerRecorderInitialized {
    44 public class TestFlightRecorderListenerRecorderInitialized {
    44 
    45