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