test/jdk/jdk/jfr/event/gc/collection/TestGCEventMixedWithCMSConcurrent.java
changeset 50455 2b73cce96dce
parent 50113 caf115bb98ad
child 51214 67736b4846a0
equal deleted inserted replaced
50454:d134badc8a42 50455:2b73cce96dce
    27 
    27 
    28 /*
    28 /*
    29  * @test
    29  * @test
    30  * @key jfr
    30  * @key jfr
    31  *
    31  *
    32  * @requires (vm.gc == "ConcMarkSweep" | vm.gc == null)
    32  * @requires (vm.gc == "ConcMarkSweep" | vm.gc == null) & !vm.graal.enabled
    33  *           & vm.opt.ExplicitGCInvokesConcurrent != false
    33  *           & vm.opt.ExplicitGCInvokesConcurrent != false
    34  * @library /test/lib /test/jdk
    34  * @library /test/lib /test/jdk
    35  *
    35  *
    36  * @run main/othervm -XX:+UnlockExperimentalVMOptions -XX:-UseFastUnorderedTimeStamps -Xmx32m -Xmn8m -XX:+UseConcMarkSweepGC -XX:+ExplicitGCInvokesConcurrent jdk.jfr.event.gc.collection.TestGCEventMixedWithCMSConcurrent
    36  * @run main/othervm -XX:+UnlockExperimentalVMOptions -XX:-UseFastUnorderedTimeStamps -Xmx32m -Xmn8m -XX:+UseConcMarkSweepGC -XX:+ExplicitGCInvokesConcurrent jdk.jfr.event.gc.collection.TestGCEventMixedWithCMSConcurrent
    37  * good debug flags: -Xlog:gc+heap=trace,gc*=debug
    37  * good debug flags: -Xlog:gc+heap=trace,gc*=debug