test/jdk/jdk/jfr/event/runtime/TestActiveRecordingEvent.java
changeset 51214 67736b4846a0
parent 50113 caf115bb98ad
equal deleted inserted replaced
51213:24c4780f69a5 51214:67736b4846a0
    41 import jdk.jfr.ValueDescriptor;
    41 import jdk.jfr.ValueDescriptor;
    42 import jdk.jfr.consumer.RecordedEvent;
    42 import jdk.jfr.consumer.RecordedEvent;
    43 import jdk.test.lib.jfr.EventNames;
    43 import jdk.test.lib.jfr.EventNames;
    44 import jdk.test.lib.jfr.Events;
    44 import jdk.test.lib.jfr.Events;
    45 
    45 
    46 /*
    46 /**
    47  * @test
    47  * @test
    48  * @summary Tests that the recording properties are properly reflected in the ActiveRecording event
    48  * @summary Tests that the recording properties are properly reflected in the ActiveRecording event
    49  * @key jfr
    49  * @key jfr
       
    50  * @requires vm.hasJFR
    50  * @library /test/lib
    51  * @library /test/lib
    51  * @run main/othervm jdk.jfr.event.runtime.TestActiveRecordingEvent
    52  * @run main/othervm jdk.jfr.event.runtime.TestActiveRecordingEvent
    52  */
    53  */
    53 public final class TestActiveRecordingEvent {
    54 public final class TestActiveRecordingEvent {
    54 
    55