equal
deleted
inserted
replaced
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 |