test/jdk/jdk/jfr/event/gc/collection/TestGCCauseWithCMSConcurrent.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  * @requires vm.opt.ExplicitGCInvokesConcurrent != false
    33  * @requires vm.opt.ExplicitGCInvokesConcurrent != false
    34  * @library /test/lib /test/jdk
    34  * @library /test/lib /test/jdk
    35  * @run driver jdk.jfr.event.gc.collection.TestGCCauseWithCMSConcurrent
    35  * @run driver jdk.jfr.event.gc.collection.TestGCCauseWithCMSConcurrent
    36  */
    36  */
    37 public class TestGCCauseWithCMSConcurrent {
    37 public class TestGCCauseWithCMSConcurrent {