test/jdk/jdk/jfr/event/io/TestFileStreamEvents.java
changeset 51214 67736b4846a0
parent 50113 caf115bb98ad
child 55199 3a09397c147e
equal deleted inserted replaced
51213:24c4780f69a5 51214:67736b4846a0
    36 
    36 
    37 import jdk.jfr.Recording;
    37 import jdk.jfr.Recording;
    38 import jdk.jfr.consumer.RecordedEvent;
    38 import jdk.jfr.consumer.RecordedEvent;
    39 import jdk.test.lib.jfr.Events;
    39 import jdk.test.lib.jfr.Events;
    40 
    40 
    41 /*
    41 /**
    42  * @test TestFileStreamEvents
    42  * @test TestFileStreamEvents
    43  * @key jfr
    43  * @key jfr
       
    44  * @requires vm.hasJFR
    44  * @library /test/lib /test/jdk
    45  * @library /test/lib /test/jdk
    45  * @run main/othervm jdk.jfr.event.io.TestFileStreamEvents
    46  * @run main/othervm jdk.jfr.event.io.TestFileStreamEvents
    46  */
    47  */
    47 
    48 
    48 public class TestFileStreamEvents {
    49 public class TestFileStreamEvents {