test/jdk/jdk/jfr/api/consumer/TestMethodGetModifiers.java
changeset 51214 67736b4846a0
parent 50113 caf115bb98ad
equal deleted inserted replaced
51213:24c4780f69a5 51214:67736b4846a0
    37 import jdk.test.lib.Asserts;
    37 import jdk.test.lib.Asserts;
    38 import jdk.test.lib.jfr.Events;
    38 import jdk.test.lib.jfr.Events;
    39 import jdk.test.lib.jfr.SimpleEvent;
    39 import jdk.test.lib.jfr.SimpleEvent;
    40 
    40 
    41 
    41 
    42 /*
    42 /**
    43  * @test
    43  * @test
    44  * @key jfr
    44  * @key jfr
       
    45  * @requires vm.hasJFR
    45  * @library /test/lib
    46  * @library /test/lib
    46  * @run main/othervm -Xint jdk.jfr.api.consumer.TestMethodGetModifiers
    47  * @run main/othervm -Xint jdk.jfr.api.consumer.TestMethodGetModifiers
    47  */
    48  */
    48 public final class TestMethodGetModifiers {
    49 public final class TestMethodGetModifiers {
    49 
    50