mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-26 22:34:27 +02:00
8023452: TestCase$Helper(java.lang.Object) must be osr_compiled
Reviewed-by: kvn
This commit is contained in:
parent
74b0d053ee
commit
30874d35f1
6 changed files with 30 additions and 5 deletions
|
@ -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();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue