From dad0da797d0f47403af05cb2d26ab5cf085a200c Mon Sep 17 00:00:00 2001 From: Albert Noll Date: Fri, 9 Jan 2015 09:52:00 +0100 Subject: [PATCH] 8068661: Exclude compiler/whitebox/ForceNMethodSweepTest.java from nightly runs The test is unstable and is therefore removed from nightly testing Reviewed-by: kvn, drchase --- hotspot/test/compiler/whitebox/ForceNMethodSweepTest.java | 1 + 1 file changed, 1 insertion(+) diff --git a/hotspot/test/compiler/whitebox/ForceNMethodSweepTest.java b/hotspot/test/compiler/whitebox/ForceNMethodSweepTest.java index 5038e7cfa8f..c08067ec4be 100644 --- a/hotspot/test/compiler/whitebox/ForceNMethodSweepTest.java +++ b/hotspot/test/compiler/whitebox/ForceNMethodSweepTest.java @@ -34,6 +34,7 @@ import com.oracle.java.testlibrary.InfiniteLoop; /* * @test * @bug 8059624 8064669 + * @ignore 8066998 * @library /testlibrary /../../test/lib * @build ForceNMethodSweepTest * @run main ClassFileInstaller sun.hotspot.WhiteBox