test/compiler/whitebox/DeoptimizeAllTest.java

changeset 4908
b84fd7d73702
parent 4766
4efac99a998b
child 4951
4b2eebe03f93
     1.1 --- a/test/compiler/whitebox/DeoptimizeAllTest.java	Mon Apr 08 07:40:08 2013 -0700
     1.2 +++ b/test/compiler/whitebox/DeoptimizeAllTest.java	Tue Apr 09 09:54:17 2013 -0700
     1.3 @@ -33,7 +33,7 @@
     1.4  
     1.5      public static void main(String[] args) throws Exception {
     1.6          // to prevent inlining #method into #compile()
     1.7 -        WHITE_BOX.setDontInlineMethod(METHOD, true);
     1.8 +        WHITE_BOX.testSetDontInlineMethod(METHOD, true);
     1.9          new DeoptimizeAllTest().runTest();
    1.10      }
    1.11  

mercurial