test/jdk/jdk/jfr/jmx/info/TestEventTypeInfo.java
changeset 51214 67736b4846a0
parent 50113 caf115bb98ad
equal deleted inserted replaced
51213:24c4780f69a5 51214:67736b4846a0
    36 import jdk.jfr.FlightRecorder;
    36 import jdk.jfr.FlightRecorder;
    37 import jdk.management.jfr.EventTypeInfo;
    37 import jdk.management.jfr.EventTypeInfo;
    38 import jdk.management.jfr.FlightRecorderMXBean;
    38 import jdk.management.jfr.FlightRecorderMXBean;
    39 import jdk.test.lib.Asserts;
    39 import jdk.test.lib.Asserts;
    40 
    40 
    41 /*
    41 /**
    42  * @test
    42  * @test
    43  * @key jfr
    43  * @key jfr
    44  * @summary Test for EventTypeInfo
    44  * @summary Test for EventTypeInfo
       
    45  * @requires vm.hasJFR
    45  * @library /test/lib /test/jdk
    46  * @library /test/lib /test/jdk
    46  * @run main/othervm jdk.jfr.jmx.info.TestEventTypeInfo
    47  * @run main/othervm jdk.jfr.jmx.info.TestEventTypeInfo
    47  */
    48  */
    48 public class TestEventTypeInfo {
    49 public class TestEventTypeInfo {
    49     public static void main(String[] args) throws Throwable {
    50     public static void main(String[] args) throws Throwable {