8067823: CheckCompileThresholdScaling.java throws RuntimeException
authorgoetz
Fri, 19 Dec 2014 16:42:16 +0100
changeset 28219 4fd1bd84c735
parent 28204 344d97fad05b
child 28220 6be786c17d01
8067823: CheckCompileThresholdScaling.java throws RuntimeException Reviewed-by: kvn, iignatyev
hotspot/test/compiler/arguments/CheckCompileThresholdScaling.java
--- a/hotspot/test/compiler/arguments/CheckCompileThresholdScaling.java	Mon Dec 22 14:35:40 2014 -0800
+++ b/hotspot/test/compiler/arguments/CheckCompileThresholdScaling.java	Fri Dec 19 16:42:16 2014 +0100
@@ -330,7 +330,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("Client VM warning: TieredCompilation is disabled in this release."))) {
+            if (!(tiered && out.getOutput().contains("TieredCompilation is disabled in this release."))) {
                 throw new RuntimeException(e);
             }
         }