< prev index next >

test/serviceability/tmtools/jstat/GcCapacityTest.java

Print this page

        

@@ -25,17 +25,17 @@
 
 /*
  * @test
  * @summary Test checks the consistency of the output
  * displayed with jstat -gccapacity.
- * @ignore 8149778
  * @library /test/lib/share/classes
  * @library ../share
  * @requires vm.opt.ExplicitGCInvokesConcurrent != true
  * @build common.*
  * @build utils.*
- * @run main/othervm -XX:+UsePerfData GcCapacityTest
+ * @ignore 8149778
+ * @run main/othervm -XX:+UsePerfData -Xmx128 GcCapacityTest
  */
 public class GcCapacityTest {
 
     public static void main(String[] args) throws Exception {
 
< prev index next >