8023452: TestCase$Helper(java.lang.Object) must be osr_compiled

Reviewed-by: kvn
This commit is contained in:
Igor Ignatyev 2013-09-28 12:32:10 +04:00
parent 74b0d053ee
commit 30874d35f1
6 changed files with 30 additions and 5 deletions

View file

@ -70,12 +70,10 @@ public class EnqueueMethodForCompilationTest extends CompilerWhiteBoxTest {
int compLevel = getCompLevel();
int bci = WHITE_BOX.getMethodEntryBci(method);
System.out.println("bci = " + bci);
printInfo();
deoptimize();
printInfo();
checkNotCompiled();
printInfo();
WHITE_BOX.clearMethodState(method);
WHITE_BOX.enqueueMethodForCompilation(method, compLevel, bci);
checkCompiled();
deoptimize();