test/jdk/jdk/jfr/event/gc/heapsummary/TestHeapSummaryEventParNewCMS.java
changeset 50455 2b73cce96dce
parent 50113 caf115bb98ad
child 51214 67736b4846a0
equal deleted inserted replaced
50454:d134badc8a42 50455:2b73cce96dce
    27 import jdk.test.lib.jfr.GCHelper;
    27 import jdk.test.lib.jfr.GCHelper;
    28 
    28 
    29 /*
    29 /*
    30  * @test
    30  * @test
    31  * @key jfr
    31  * @key jfr
    32  * @requires (vm.gc == "ConcMarkSweep" | vm.gc == null)
    32  * @requires (vm.gc == "ConcMarkSweep" | vm.gc == null) & !vm.graal.enabled
    33  *           & vm.opt.ExplicitGCInvokesConcurrent != true
    33  *           & vm.opt.ExplicitGCInvokesConcurrent != true
    34  * @library /test/lib /test/jdk
    34  * @library /test/lib /test/jdk
    35  * @run main/othervm -XX:+UnlockExperimentalVMOptions -XX:-UseFastUnorderedTimeStamps -XX:+UseConcMarkSweepGC jdk.jfr.event.gc.heapsummary.TestHeapSummaryEventParNewCMS
    35  * @run main/othervm -XX:+UnlockExperimentalVMOptions -XX:-UseFastUnorderedTimeStamps -XX:+UseConcMarkSweepGC jdk.jfr.event.gc.heapsummary.TestHeapSummaryEventParNewCMS
    36  */
    36  */
    37 public class TestHeapSummaryEventParNewCMS {
    37 public class TestHeapSummaryEventParNewCMS {