hotspot/test/gc/g1/ihop/TestIHOPErgo.java
changeset 38930 469cfb0d7eb3
parent 38152 80e5da81fb2c
child 39294 4be906c4ad95
equal deleted inserted replaced
38929:1ee62412a66f 38930:469cfb0d7eb3
    26  * @bug 8148397
    26  * @bug 8148397
    27  * @summary Test checks that behavior of Adaptive and Static IHOP at concurrent cycle initiation
    27  * @summary Test checks that behavior of Adaptive and Static IHOP at concurrent cycle initiation
    28  * @requires vm.gc=="G1" | vm.gc=="null"
    28  * @requires vm.gc=="G1" | vm.gc=="null"
    29  * @requires vm.opt.FlightRecorder != true
    29  * @requires vm.opt.FlightRecorder != true
    30  * @requires vm.opt.ExplicitGCInvokesConcurrent != true
    30  * @requires vm.opt.ExplicitGCInvokesConcurrent != true
       
    31  * @requires vm.opt.MaxGCPauseMillis == "null"
    31  * @library /testlibrary /test/lib /
    32  * @library /testlibrary /test/lib /
    32  * @modules java.base/jdk.internal.misc
    33  * @modules java.base/jdk.internal.misc
    33  * @modules java.management
    34  * @modules java.management
    34  * @build gc.g1.ihop.TestIHOPErgo
    35  * @build gc.g1.ihop.TestIHOPErgo
    35  *        gc.g1.ihop.lib.IhopUtils
    36  *        gc.g1.ihop.lib.IhopUtils