mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-27 14:54:52 +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
|
@ -53,6 +53,12 @@ public class DeoptimizeMethodTest extends CompilerWhiteBoxTest {
|
|||
*/
|
||||
@Override
|
||||
protected void test() throws Exception {
|
||||
if (testCase.isOsr && CompilerWhiteBoxTest.MODE.startsWith(
|
||||
"compiled ")) {
|
||||
System.err.printf("Warning: %s is not applicable in %s%n",
|
||||
testCase.name(), CompilerWhiteBoxTest.MODE);
|
||||
return;
|
||||
}
|
||||
compile();
|
||||
checkCompiled();
|
||||
deoptimize();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue