test/jdk/jdk/jfr/api/event/TestOwnCommit.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.jfr.consumer.RecordedEvent;
    33 import jdk.jfr.consumer.RecordedEvent;
    34 import jdk.test.lib.Asserts;
    34 import jdk.test.lib.Asserts;
    35 import jdk.test.lib.jfr.Events;
    35 import jdk.test.lib.jfr.Events;
    36 
    36 
    37 /*
    37 /**
    38  * @test
    38  * @test
    39  * @summary Use custom event that reuse method names begin, end and commit.
    39  * @summary Use custom event that reuse method names begin, end and commit.
    40  * @key jfr
    40  * @key jfr
       
    41  * @requires vm.hasJFR
    41  * @library /test/lib
    42  * @library /test/lib
    42  * @run main/othervm jdk.jfr.api.event.TestOwnCommit
    43  * @run main/othervm jdk.jfr.api.event.TestOwnCommit
    43  */
    44  */
    44 
    45 
    45 public class TestOwnCommit {
    46 public class TestOwnCommit {