mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-27 06:45:07 +02:00
8007288: Additional WB API for compiler's testing
Reviewed-by: kvn, vlivanov
This commit is contained in:
parent
12be356d81
commit
ca90185607
19 changed files with 376 additions and 75 deletions
|
@ -33,7 +33,7 @@ public class DeoptimizeMethodTest extends CompilerWhiteBoxTest {
|
|||
|
||||
public static void main(String[] args) throws Exception {
|
||||
// to prevent inlining #method into #compile()
|
||||
WHITE_BOX.setDontInlineMethod(METHOD, true);
|
||||
WHITE_BOX.testSetDontInlineMethod(METHOD, true);
|
||||
new DeoptimizeMethodTest().runTest();
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue