From 3591c7bf383a86ed3c5edc417647d50d0117844d Mon Sep 17 00:00:00 2001 From: Kirill Zhaldybin Date: Mon, 8 Feb 2016 18:01:48 +0300 Subject: [PATCH] 8149364: Quarantine TestSelectDefaultGC.java test Reviewed-by: dfazunen, jwilhelm --- hotspot/test/gc/arguments/TestSelectDefaultGC.java | 1 + 1 file changed, 1 insertion(+) diff --git a/hotspot/test/gc/arguments/TestSelectDefaultGC.java b/hotspot/test/gc/arguments/TestSelectDefaultGC.java index c3c043ce7e3..be8ffbcb304 100644 --- a/hotspot/test/gc/arguments/TestSelectDefaultGC.java +++ b/hotspot/test/gc/arguments/TestSelectDefaultGC.java @@ -29,6 +29,7 @@ * @library /testlibrary * @modules java.base/sun.misc * java.management + * @ignore 8148239 * @run driver TestSelectDefaultGC */