hotspot/test/serviceability/tmtools/jstat/GcTest02.java
changeset 42021 390db590f103
parent 40631 ed82623d7831
child 42083 24fbf2db5efe
equal deleted inserted replaced
42019:3755a8d3b514 42021:390db590f103
    29  *          tests forces debuggee application eat ~70% of heap and runs jstat.
    29  *          tests forces debuggee application eat ~70% of heap and runs jstat.
    30  *          jstat should show that ~70% of heap is utilized (OC/OU ~= 70%).
    30  *          jstat should show that ~70% of heap is utilized (OC/OU ~= 70%).
    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  * @ignore 8155570
       
    35  * @run main/othervm -XX:+UsePerfData -Xmx128M -XX:MaxMetaspaceSize=128M GcTest02
    34  * @run main/othervm -XX:+UsePerfData -Xmx128M -XX:MaxMetaspaceSize=128M GcTest02
    36  */
    35  */
    37 
    36 
    38 public class GcTest02 {
    37 public class GcTest02 {
    39 
    38