test/jdk/jdk/jfr/event/gc/collection/TestGCCauseWithG1FullCollection.java
changeset 51214 67736b4846a0
parent 50113 caf115bb98ad
equal deleted inserted replaced
51213:24c4780f69a5 51214:67736b4846a0
    24  */
    24  */
    25 
    25 
    26 package jdk.jfr.event.gc.collection;
    26 package jdk.jfr.event.gc.collection;
    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  *
    33  *
    33  * @requires vm.gc == "G1" | vm.gc == null
    34  * @requires vm.gc == "G1" | vm.gc == null
    34  * @requires vm.opt.ExplicitGCInvokesConcurrent != true
    35  * @requires vm.opt.ExplicitGCInvokesConcurrent != true
    35  * @library /test/lib /test/jdk
    36  * @library /test/lib /test/jdk
    36  *
    37  *