test/jdk/jdk/jfr/api/event/TestEventFactoryRegistration.java
changeset 51214 67736b4846a0
parent 50113 caf115bb98ad
equal deleted inserted replaced
51213:24c4780f69a5 51214:67736b4846a0
    35 import jdk.jfr.FlightRecorder;
    35 import jdk.jfr.FlightRecorder;
    36 import jdk.jfr.Registered;
    36 import jdk.jfr.Registered;
    37 import jdk.test.lib.Asserts;
    37 import jdk.test.lib.Asserts;
    38 
    38 
    39 
    39 
    40 /*
    40 /**
    41  * @test
    41  * @test
    42  * @summary EventFactory register/unregister API test
    42  * @summary EventFactory register/unregister API test
    43  * @key jfr
    43  * @key jfr
       
    44  * @requires vm.hasJFR
    44  * @library /test/lib
    45  * @library /test/lib
    45  * @run main/othervm jdk.jfr.api.event.TestEventFactoryRegistration
    46  * @run main/othervm jdk.jfr.api.event.TestEventFactoryRegistration
    46  */
    47  */
    47 public class TestEventFactoryRegistration {
    48 public class TestEventFactoryRegistration {
    48 
    49