test/jdk/jdk/jfr/event/gc/collection/TestGCGarbageCollectionEvent.java
changeset 51214 67736b4846a0
parent 50113 caf115bb98ad
equal deleted inserted replaced
51213:24c4780f69a5 51214:67736b4846a0
    32 import jdk.jfr.Recording;
    32 import jdk.jfr.Recording;
    33 import jdk.jfr.consumer.RecordedEvent;
    33 import jdk.jfr.consumer.RecordedEvent;
    34 import jdk.test.lib.jfr.Events;
    34 import jdk.test.lib.jfr.Events;
    35 import jdk.test.lib.jfr.GCHelper;
    35 import jdk.test.lib.jfr.GCHelper;
    36 
    36 
    37 /*
    37 /**
    38  * @test
    38  * @test
    39  * @key jfr
    39  * @key jfr
       
    40  * @requires vm.hasJFR
    40  * @library /test/lib
    41  * @library /test/lib
    41  * @run main/othervm -Xlog:gc*=debug -XX:+UnlockExperimentalVMOptions -XX:-UseFastUnorderedTimeStamps jdk.jfr.event.gc.collection.TestGCGarbageCollectionEvent
    42  * @run main/othervm -Xlog:gc*=debug -XX:+UnlockExperimentalVMOptions -XX:-UseFastUnorderedTimeStamps jdk.jfr.event.gc.collection.TestGCGarbageCollectionEvent
    42  */
    43  */
    43 public class TestGCGarbageCollectionEvent {
    44 public class TestGCGarbageCollectionEvent {
    44 
    45