From 081466c0e7b4e46a52b54d7ca4a364b5d7064ede Mon Sep 17 00:00:00 2001 From: Derek White Date: Mon, 2 May 2016 11:18:10 -0400 Subject: [PATCH] 8155754: Quarantine serviceability/tmtools/jstat/GcTest02.java Add @ignore 8155570 Reviewed-by: kbarrett, stefank --- hotspot/test/serviceability/tmtools/jstat/GcTest02.java | 1 + 1 file changed, 1 insertion(+) diff --git a/hotspot/test/serviceability/tmtools/jstat/GcTest02.java b/hotspot/test/serviceability/tmtools/jstat/GcTest02.java index 8924221703e..171b87b78e5 100644 --- a/hotspot/test/serviceability/tmtools/jstat/GcTest02.java +++ b/hotspot/test/serviceability/tmtools/jstat/GcTest02.java @@ -33,6 +33,7 @@ import utils.*; * @library ../share * @build common.* * @build utils.* + * @ignore 8155570 * @run main/othervm -XX:+UsePerfData -Xmx128M -XX:MaxMetaspaceSize=128M GcTest02 */