< prev index next >

test/serviceability/tmtools/jstat/GcTest02.java

Print this page

        

*** 26,35 **** --- 26,36 ---- * @test * @summary Test checks output displayed with jstat -gc. * Test scenario: * tests forces debuggee application eat ~70% of heap and runs jstat. * jstat should show that ~70% of heap is utilized (OC/OU ~= 70%). + * @requires vm.opt.ExplicitGCInvokesConcurrent != true * @modules java.base/jdk.internal.misc * @library /test/lib * @library ../share * @run main/othervm -XX:+UsePerfData -XX:InitialHeapSize=128M -XX:MaxHeapSize=128M -XX:MaxMetaspaceSize=128M GcTest02 */
< prev index next >