test/jdk/jdk/jfr/api/consumer/TestRecordingInternals.java
changeset 51214 67736b4846a0
parent 50113 caf115bb98ad
child 57360 5d043a159d5c
child 58863 c16ac7a2eba4
equal deleted inserted replaced
51213:24c4780f69a5 51214:67736b4846a0
    30 import jdk.jfr.consumer.RecordedThread;
    30 import jdk.jfr.consumer.RecordedThread;
    31 import jdk.test.lib.Asserts;
    31 import jdk.test.lib.Asserts;
    32 import jdk.test.lib.jfr.Events;
    32 import jdk.test.lib.jfr.Events;
    33 import jdk.test.lib.jfr.SimpleEvent;
    33 import jdk.test.lib.jfr.SimpleEvent;
    34 
    34 
    35 /*
    35 /**
    36  * @test
    36  * @test
    37  * @summary Tests that chunks are read in order and constant pools from multiple chunks can be read
    37  * @summary Tests that chunks are read in order and constant pools from multiple chunks can be read
    38  * @key jfr
    38  * @key jfr
       
    39  * @requires vm.hasJFR
    39  * @library /test/lib
    40  * @library /test/lib
    40  * @run main/othervm jdk.jfr.api.consumer.TestRecordingInternals
    41  * @run main/othervm jdk.jfr.api.consumer.TestRecordingInternals
    41  */
    42  */
    42 public class TestRecordingInternals {
    43 public class TestRecordingInternals {
    43 
    44