test/jdk/jdk/jfr/event/io/TestRandomAccessFileThread.java
changeset 51214 67736b4846a0
parent 50113 caf115bb98ad
child 55199 3a09397c147e
equal deleted inserted replaced
51213:24c4780f69a5 51214:67736b4846a0
    40 import jdk.test.lib.jfr.Events;
    40 import jdk.test.lib.jfr.Events;
    41 import jdk.test.lib.thread.TestThread;
    41 import jdk.test.lib.thread.TestThread;
    42 import jdk.test.lib.thread.XRun;
    42 import jdk.test.lib.thread.XRun;
    43 
    43 
    44 
    44 
    45 /*
    45 /**
    46  * @test
    46  * @test
    47  * @summary Verify the event time stamp and thread name
    47  * @summary Verify the event time stamp and thread name
    48  * @key jfr
    48  * @key jfr
       
    49  * @requires vm.hasJFR
    49  * @library /test/lib /test/jdk
    50  * @library /test/lib /test/jdk
    50  * @run main/othervm -XX:+UnlockExperimentalVMOptions -XX:-UseFastUnorderedTimeStamps jdk.jfr.event.io.TestRandomAccessFileThread
    51  * @run main/othervm -XX:+UnlockExperimentalVMOptions -XX:-UseFastUnorderedTimeStamps jdk.jfr.event.io.TestRandomAccessFileThread
    51  */
    52  */
    52 
    53 
    53 // TODO: This test should work without -XX:-UseFastUnorderedTimeStamps
    54 // TODO: This test should work without -XX:-UseFastUnorderedTimeStamps