test/jdk/jdk/jfr/api/flightrecorder/TestGetPlatformRecorder.java
changeset 51214 67736b4846a0
parent 50113 caf115bb98ad
equal deleted inserted replaced
51213:24c4780f69a5 51214:67736b4846a0
    27 
    27 
    28 import static jdk.test.lib.Asserts.assertEquals;
    28 import static jdk.test.lib.Asserts.assertEquals;
    29 
    29 
    30 import jdk.jfr.FlightRecorder;
    30 import jdk.jfr.FlightRecorder;
    31 
    31 
    32 /*
    32 /**
    33  * @test
    33  * @test
    34  * @key jfr
    34  * @key jfr
       
    35  * @requires vm.hasJFR
    35  * @library /test/lib
    36  * @library /test/lib
    36  * @run main/othervm jdk.jfr.api.flightrecorder.TestGetPlatformRecorder
    37  * @run main/othervm jdk.jfr.api.flightrecorder.TestGetPlatformRecorder
    37  */
    38  */
    38 public class TestGetPlatformRecorder {
    39 public class TestGetPlatformRecorder {
    39 
    40