test/hotspot/jtreg/serviceability/tmtools/jstat/GcCauseTest01.java
changeset 50525 767cdb97f103
parent 47216 71c04702a3d5
child 52925 9c18c9d839d3
equal deleted inserted replaced
50524:04f4e983c2f7 50525:767cdb97f103
    30  *          collection time increase.
    30  *          collection time increase.
    31  * @modules java.base/jdk.internal.misc
    31  * @modules java.base/jdk.internal.misc
    32  * @library /test/lib
    32  * @library /test/lib
    33  * @library ../share
    33  * @library ../share
    34  * @requires vm.opt.ExplicitGCInvokesConcurrent != true
    34  * @requires vm.opt.ExplicitGCInvokesConcurrent != true
       
    35  * @requires vm.gc != "Z"
    35  * @run main/othervm -XX:+UsePerfData -Xmx128M GcCauseTest01
    36  * @run main/othervm -XX:+UsePerfData -Xmx128M GcCauseTest01
    36  */
    37  */
    37 import utils.*;
    38 import utils.*;
    38 
    39 
    39 public class GcCauseTest01 {
    40 public class GcCauseTest01 {