--- old/test/serviceability/tmtools/jstat/GcCapacityTest.java 2016-04-06 11:12:37.752261334 +0200 +++ new/test/serviceability/tmtools/jstat/GcCapacityTest.java 2016-04-06 11:12:37.606255208 +0200 @@ -27,13 +27,13 @@ * @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 {