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