test/compiler/whitebox/DeoptimizeAllTest.java

changeset 5796
303826f477c6
parent 5541
f99558245e5c
child 6211
d1760952ebdd
     1.1 --- a/test/compiler/whitebox/DeoptimizeAllTest.java	Sat Sep 28 12:32:09 2013 +0400
     1.2 +++ b/test/compiler/whitebox/DeoptimizeAllTest.java	Sat Sep 28 12:32:10 2013 +0400
     1.3 @@ -53,6 +53,12 @@
     1.4       */
     1.5      @Override
     1.6      protected void test() throws Exception {
     1.7 +        if (testCase.isOsr && CompilerWhiteBoxTest.MODE.startsWith(
     1.8 +                "compiled ")) {
     1.9 +          System.err.printf("Warning: %s is not applicable in %s%n",
    1.10 +                testCase.name(), CompilerWhiteBoxTest.MODE);
    1.11 +          return;
    1.12 +        }
    1.13          compile();
    1.14          checkCompiled();
    1.15          WHITE_BOX.deoptimizeAll();

mercurial