hotspot/test/serviceability/tmtools/jstat/GcCauseTest01.java
changeset 37434 303d15f45adf
parent 35945 f532c5c62540
child 38152 80e5da81fb2c
equal deleted inserted replaced
37433:f8fd0bcc60af 37434:303d15f45adf
    32  * @library ../share
    32  * @library ../share
    33  * @requires vm.opt.ExplicitGCInvokesConcurrent != true
    33  * @requires vm.opt.ExplicitGCInvokesConcurrent != true
    34  * @build common.*
    34  * @build common.*
    35  * @build utils.*
    35  * @build utils.*
    36  *
    36  *
    37  * @run main/othervm -XX:+UsePerfData GcCauseTest01
    37  * @run main/othervm -XX:+UsePerfData -Xmx128M GcCauseTest01
    38  */
    38  */
    39 import utils.*;
    39 import utils.*;
    40 
    40 
    41 public class GcCauseTest01 {
    41 public class GcCauseTest01 {
    42 
    42