test/jdk/jdk/jfr/api/metadata/annotations/TestInheritedAnnotations.java
changeset 51214 67736b4846a0
parent 50225 2942ae532175
equal deleted inserted replaced
51213:24c4780f69a5 51214:67736b4846a0
    46 import jdk.test.lib.Asserts;
    46 import jdk.test.lib.Asserts;
    47 import jdk.test.lib.Utils;
    47 import jdk.test.lib.Utils;
    48 import jdk.test.lib.jfr.EventNames;
    48 import jdk.test.lib.jfr.EventNames;
    49 import jdk.test.lib.jfr.Events;
    49 import jdk.test.lib.jfr.Events;
    50 
    50 
    51 /*
    51 /**
    52  * @test
    52  * @test
    53  * @key jfr
    53  * @key jfr
       
    54  * @requires vm.hasJFR
    54  * @library /test/lib
    55  * @library /test/lib
    55  * @run main/othervm jdk.jfr.api.metadata.annotations.TestInheritedAnnotations
    56  * @run main/othervm jdk.jfr.api.metadata.annotations.TestInheritedAnnotations
    56  */
    57  */
    57 public class TestInheritedAnnotations {
    58 public class TestInheritedAnnotations {
    58 
    59