< prev index next >

test/serviceability/tmtools/jstat/GcCapacityTest.java

Print this page

        

*** 26,40 **** /* * @test * @summary Test checks the consistency of the output * displayed with jstat -gccapacity. * @modules java.base/jdk.internal.misc ! * @library /test/lib/share/classes * @library ../share * @requires vm.opt.ExplicitGCInvokesConcurrent != true - * @build common.* - * @build utils.* * @run main/othervm -XX:+UsePerfData -Xmx128M GcCapacityTest */ public class GcCapacityTest { public static void main(String[] args) throws Exception { --- 26,38 ---- /* * @test * @summary Test checks the consistency of the output * displayed with jstat -gccapacity. * @modules java.base/jdk.internal.misc ! * @library /test/lib * @library ../share * @requires vm.opt.ExplicitGCInvokesConcurrent != true * @run main/othervm -XX:+UsePerfData -Xmx128M GcCapacityTest */ public class GcCapacityTest { public static void main(String[] args) throws Exception {
< prev index next >