hotspot/test/compiler/tiered/TieredLevelsTest.java
changeset 23207 fc39038d37dc
parent 22214 c551021e75b2
child 25379 d50969e81568
--- a/hotspot/test/compiler/tiered/TieredLevelsTest.java	Thu Mar 06 12:46:04 2014 +0400
+++ b/hotspot/test/compiler/tiered/TieredLevelsTest.java	Thu Mar 06 12:47:45 2014 +0400
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2013, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2013, 2014, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  *
  * This code is free software; you can redistribute it and/or modify it
@@ -51,6 +51,9 @@
 
     @Override
     protected void test() throws Exception {
+        if (skipXcompOSR()) {
+          return;
+        }
         checkNotCompiled();
         compile();
         checkCompiled();