test/jdk/jdk/jfr/api/metadata/eventtype/TestGetDescription.java
changeset 51214 67736b4846a0
parent 50113 caf115bb98ad
equal deleted inserted replaced
51213:24c4780f69a5 51214:67736b4846a0
    34 import jdk.jfr.Event;
    34 import jdk.jfr.Event;
    35 import jdk.jfr.EventType;
    35 import jdk.jfr.EventType;
    36 import jdk.jfr.Label;
    36 import jdk.jfr.Label;
    37 import jdk.test.lib.Asserts;
    37 import jdk.test.lib.Asserts;
    38 
    38 
    39 /*
    39 /**
    40  * @test
    40  * @test
    41  * @summary Test descriptive annotations for EventType
    41  * @summary Test descriptive annotations for EventType
    42  * @key jfr
    42  * @key jfr
       
    43  * @requires vm.hasJFR
    43  * @library /test/lib
    44  * @library /test/lib
    44  * @run main/othervm jdk.jfr.api.metadata.eventtype.TestGetDescription
    45  * @run main/othervm jdk.jfr.api.metadata.eventtype.TestGetDescription
    45  */
    46  */
    46 public class TestGetDescription {
    47 public class TestGetDescription {
    47 
    48