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