test/jdk/jdk/jfr/api/event/dynamic/TestEventFactory.java
changeset 51214 67736b4846a0
parent 50113 caf115bb98ad
equal deleted inserted replaced
51213:24c4780f69a5 51214:67736b4846a0
    51 import jdk.test.lib.Asserts;
    51 import jdk.test.lib.Asserts;
    52 import jdk.test.lib.jfr.EventTypePrototype;
    52 import jdk.test.lib.jfr.EventTypePrototype;
    53 import jdk.test.lib.jfr.Events;
    53 import jdk.test.lib.jfr.Events;
    54 
    54 
    55 
    55 
    56 /*
    56 /**
    57  * @test
    57  * @test
    58  * @key jfr
    58  * @key jfr
       
    59  * @requires vm.hasJFR
    59  * @library /test/lib
    60  * @library /test/lib
    60  * @run main/othervm jdk.jfr.api.event.dynamic.TestEventFactory
    61  * @run main/othervm jdk.jfr.api.event.dynamic.TestEventFactory
    61  */
    62  */
    62 public class TestEventFactory {
    63 public class TestEventFactory {
    63 
    64