test/jdk/jdk/jfr/api/event/TestClonedEvent.java
changeset 51214 67736b4846a0
parent 50113 caf115bb98ad
equal deleted inserted replaced
51213:24c4780f69a5 51214:67736b4846a0
    33 import jdk.jfr.Registered;
    33 import jdk.jfr.Registered;
    34 import jdk.jfr.consumer.RecordedEvent;
    34 import jdk.jfr.consumer.RecordedEvent;
    35 import jdk.test.lib.Asserts;
    35 import jdk.test.lib.Asserts;
    36 import jdk.test.lib.jfr.Events;
    36 import jdk.test.lib.jfr.Events;
    37 
    37 
    38 /*
    38 /**
    39  * @test
    39  * @test
    40  * @summary Tests that a cloned event can be successfully committed.
    40  * @summary Tests that a cloned event can be successfully committed.
    41  * @key jfr
    41  * @key jfr
       
    42  * @requires vm.hasJFR
    42  * @library /test/lib
    43  * @library /test/lib
    43  * @run main/othervm jdk.jfr.api.event.TestClonedEvent
    44  * @run main/othervm jdk.jfr.api.event.TestClonedEvent
    44  */
    45  */
    45 
    46 
    46 public class TestClonedEvent  {
    47 public class TestClonedEvent  {