--- old/test/compiler/whitebox/MakeMethodNotCompilableTest.java 2013-03-26 20:11:44.343588626 +0400 +++ new/test/compiler/whitebox/MakeMethodNotCompilableTest.java 2013-03-26 20:11:44.271588627 +0400 @@ -46,9 +46,6 @@ throw new RuntimeException(METHOD + " must be not compilable"); } compile(); - if (WHITE_BOX.isMethodQueuedForCompilation(METHOD)) { - throw new RuntimeException(METHOD + " must not be in queue"); - } checkNotCompiled(METHOD); if (WHITE_BOX.isMethodCompilable(METHOD)) { throw new RuntimeException(METHOD + " must be not compilable");