hotspot/test/compiler/arguments/CheckCICompilerCount.java
changeset 37297 d65d53a0ecc7
parent 36851 03e2f4d0a421
parent 37253 45e69c7b0bac
child 40059 c2304140ed64
child 39960 ec06b2cf8575
--- a/hotspot/test/compiler/arguments/CheckCICompilerCount.java	Wed Jul 05 21:33:32 2017 +0200
+++ b/hotspot/test/compiler/arguments/CheckCICompilerCount.java	Mon Apr 11 14:21:25 2016 -0700
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2015, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2015, 2016, 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
@@ -160,7 +160,7 @@
         } catch (RuntimeException e) {
             // Check if tiered compilation is available in this JVM
             // Version. Throw exception only if it is available.
-            if (!(tiered && out.getOutput().contains("TieredCompilation is disabled in this release."))) {
+            if (!(tiered && out.getOutput().contains("-XX:+TieredCompilation not supported in this VM"))) {
                 throw new RuntimeException(e);
             }
         }