test/jdk/jdk/jfr/jmx/TestNotificationListener.java
changeset 51214 67736b4846a0
parent 50113 caf115bb98ad
equal deleted inserted replaced
51213:24c4780f69a5 51214:67736b4846a0
    31 import javax.management.NotificationListener;
    31 import javax.management.NotificationListener;
    32 import javax.management.ObjectName;
    32 import javax.management.ObjectName;
    33 
    33 
    34 import jdk.management.jfr.FlightRecorderMXBean;
    34 import jdk.management.jfr.FlightRecorderMXBean;
    35 
    35 
    36 /*
    36 /**
    37  * @test
    37  * @test
    38  * @key jfr
    38  * @key jfr
       
    39  * @requires vm.hasJFR
    39  * @library /test/lib /test/jdk
    40  * @library /test/lib /test/jdk
    40  * @run main/othervm jdk.jfr.jmx.TestNotificationListener
    41  * @run main/othervm jdk.jfr.jmx.TestNotificationListener
    41  */
    42  */
    42 public class TestNotificationListener {
    43 public class TestNotificationListener {
    43 
    44