< prev index next >

test/serviceability/tmtools/jstat/GcCauseTest02.java

Print this page

        

*** 25,34 **** --- 25,35 ---- * @test * @summary Test checks output displayed with jstat -gccause. * Test scenario: * tests forces debuggee application eat ~70% of heap and runs jstat. * jstat should show that ~70% of heap (OC/OU ~= 70%). + * @ignore 8168396 * @modules java.base/jdk.internal.misc * @library /test/lib * @library ../share * @run main/othervm -XX:+UsePerfData -Xmx128M -XX:MaxMetaspaceSize=128M GcCauseTest02 */
< prev index next >