hotspot/test/compiler/whitebox/DeoptimizeAllTest.java
changeset 16689 efce070b8d42
parent 16367 9cd60b8380a1
child 17015 92390f57e8b1
equal deleted inserted replaced
16688:c5d0a0a90f37 16689:efce070b8d42
    31  */
    31  */
    32 public class DeoptimizeAllTest extends CompilerWhiteBoxTest {
    32 public class DeoptimizeAllTest extends CompilerWhiteBoxTest {
    33 
    33 
    34     public static void main(String[] args) throws Exception {
    34     public static void main(String[] args) throws Exception {
    35         // to prevent inlining #method into #compile()
    35         // to prevent inlining #method into #compile()
    36         WHITE_BOX.setDontInlineMethod(METHOD, true);
    36         WHITE_BOX.testSetDontInlineMethod(METHOD, true);
    37         new DeoptimizeAllTest().runTest();
    37         new DeoptimizeAllTest().runTest();
    38     }
    38     }
    39 
    39 
    40     protected void test() throws Exception {
    40     protected void test() throws Exception {
    41         compile();
    41         compile();