test/jdk/jdk/jfr/event/gc/heapsummary/TestHeapSummaryEventParNewCMS.java
changeset 51214 67736b4846a0
parent 50455 2b73cce96dce
equal deleted inserted replaced
51213:24c4780f69a5 51214:67736b4846a0
    24  */
    24  */
    25 
    25 
    26 package jdk.jfr.event.gc.heapsummary;
    26 package jdk.jfr.event.gc.heapsummary;
    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.hasJFR
    32  * @requires (vm.gc == "ConcMarkSweep" | vm.gc == null) & !vm.graal.enabled
    33  * @requires (vm.gc == "ConcMarkSweep" | vm.gc == null) & !vm.graal.enabled
    33  *           & vm.opt.ExplicitGCInvokesConcurrent != true
    34  *           & vm.opt.ExplicitGCInvokesConcurrent != true
    34  * @library /test/lib /test/jdk
    35  * @library /test/lib /test/jdk
    35  * @run main/othervm -XX:+UnlockExperimentalVMOptions -XX:-UseFastUnorderedTimeStamps -XX:+UseConcMarkSweepGC jdk.jfr.event.gc.heapsummary.TestHeapSummaryEventParNewCMS
    36  * @run main/othervm -XX:+UnlockExperimentalVMOptions -XX:-UseFastUnorderedTimeStamps -XX:+UseConcMarkSweepGC jdk.jfr.event.gc.heapsummary.TestHeapSummaryEventParNewCMS
    36  */
    37  */