test/jdk/jdk/jfr/event/gc/collection/TestYoungGarbageCollectionEventWithParallelScavenge.java
changeset 51214 67736b4846a0
parent 50113 caf115bb98ad
equal deleted inserted replaced
51213:24c4780f69a5 51214:67736b4846a0
    23  * questions.
    23  * questions.
    24  */
    24  */
    25 
    25 
    26 package jdk.jfr.event.gc.collection;
    26 package jdk.jfr.event.gc.collection;
    27 
    27 
    28 /*
    28 /**
    29  * @test
    29  * @test
    30  * @key jfr
    30  * @key jfr
       
    31  * @requires vm.hasJFR
    31  * @requires vm.gc == "Parallel" | vm.gc == null
    32  * @requires vm.gc == "Parallel" | vm.gc == null
    32  * @library /test/lib /test/jdk
    33  * @library /test/lib /test/jdk
    33  * @run main/othervm -Xmx50m -Xmn2m -XX:+UseParallelGC -XX:+UnlockExperimentalVMOptions -XX:-UseFastUnorderedTimeStamps -XX:-UseAdaptiveSizePolicy -Xlog:gc+heap=trace,gc*=debug jdk.jfr.event.gc.collection.TestYoungGarbageCollectionEventWithParallelScavenge
    34  * @run main/othervm -Xmx50m -Xmn2m -XX:+UseParallelGC -XX:+UnlockExperimentalVMOptions -XX:-UseFastUnorderedTimeStamps -XX:-UseAdaptiveSizePolicy -Xlog:gc+heap=trace,gc*=debug jdk.jfr.event.gc.collection.TestYoungGarbageCollectionEventWithParallelScavenge
    34  */
    35  */
    35 public class TestYoungGarbageCollectionEventWithParallelScavenge {
    36 public class TestYoungGarbageCollectionEventWithParallelScavenge {