# HG changeset patch # User pchistyakov # Date 1422287949 -10800 # Node ID 3e314e9c40f1b6dc3f7dae79fe9ec9d06ab2a5f8 # Parent e69d7f50ef94a7ad4ea61b4434e504e7c8817010 8066998: [TESTBUG] compiler/whitebox/ForceNMethodSweepTest.java : sweep shouldn't increase usage Summary: disable background compilation Reviewed-by: kvn diff -r e69d7f50ef94 -r 3e314e9c40f1 hotspot/test/compiler/whitebox/ForceNMethodSweepTest.java --- a/hotspot/test/compiler/whitebox/ForceNMethodSweepTest.java Mon Jan 26 10:43:42 2015 +0100 +++ b/hotspot/test/compiler/whitebox/ForceNMethodSweepTest.java Mon Jan 26 18:59:09 2015 +0300 @@ -34,7 +34,6 @@ /* * @test * @bug 8059624 8064669 - * @ignore 8066998 * @library /testlibrary /../../test/lib * @build ForceNMethodSweepTest * @run main ClassFileInstaller sun.hotspot.WhiteBox @@ -42,7 +41,7 @@ * @run main/othervm -Xbootclasspath/a:. -XX:+UnlockDiagnosticVMOptions * -XX:-TieredCompilation -XX:+WhiteBoxAPI * -XX:CompileCommand=compileonly,SimpleTestCase$Helper::* - * ForceNMethodSweepTest + * -XX:-BackgroundCompilation ForceNMethodSweepTest * @summary testing of WB::forceNMethodSweep */ public class ForceNMethodSweepTest extends CompilerWhiteBoxTest {