test/compiler/tiered/TieredLevelsTest.java

changeset 6353
d559dbbded7a
parent 6211
d1760952ebdd
child 6876
710a3c8b516e
child 9689
89dcef434423
     1.1 --- a/test/compiler/tiered/TieredLevelsTest.java	Tue Mar 11 16:05:36 2014 -0700
     1.2 +++ b/test/compiler/tiered/TieredLevelsTest.java	Thu Mar 06 12:47:45 2014 +0400
     1.3 @@ -1,5 +1,5 @@
     1.4  /*
     1.5 - * Copyright (c) 2013, Oracle and/or its affiliates. All rights reserved.
     1.6 + * Copyright (c) 2013, 2014, Oracle and/or its affiliates. All rights reserved.
     1.7   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
     1.8   *
     1.9   * This code is free software; you can redistribute it and/or modify it
    1.10 @@ -51,6 +51,9 @@
    1.11  
    1.12      @Override
    1.13      protected void test() throws Exception {
    1.14 +        if (skipXcompOSR()) {
    1.15 +          return;
    1.16 +        }
    1.17          checkNotCompiled();
    1.18          compile();
    1.19          checkCompiled();

mercurial