test/jdk/jdk/jfr/event/runtime/TestModuleEvents.java
changeset 51214 67736b4846a0
parent 50455 2b73cce96dce
child 52621 f7309a1491d9
equal deleted inserted replaced
51213:24c4780f69a5 51214:67736b4846a0
    34 import jdk.jfr.consumer.RecordedEvent;
    34 import jdk.jfr.consumer.RecordedEvent;
    35 import jdk.jfr.consumer.RecordedObject;
    35 import jdk.jfr.consumer.RecordedObject;
    36 import jdk.test.lib.jfr.EventNames;
    36 import jdk.test.lib.jfr.EventNames;
    37 import jdk.test.lib.jfr.Events;
    37 import jdk.test.lib.jfr.Events;
    38 
    38 
    39 /*
    39 /**
    40  * @test
    40  * @test
    41  * @summary Tests the JFR events related to modules
    41  * @summary Tests the JFR events related to modules
    42  * @key jfr
    42  * @key jfr
       
    43  * @requires vm.hasJFR
    43  * @requires !vm.graal.enabled
    44  * @requires !vm.graal.enabled
    44  * @library /test/lib
    45  * @library /test/lib
    45  * @run main/othervm --limit-modules java.base,jdk.jfr jdk.jfr.event.runtime.TestModuleEvents
    46  * @run main/othervm --limit-modules java.base,jdk.jfr jdk.jfr.event.runtime.TestModuleEvents
    46  */
    47  */
    47 public final class TestModuleEvents {
    48 public final class TestModuleEvents {