8067823: CheckCompileThresholdScaling.java throws RuntimeException
Reviewed-by: kvn, iignatyev
--- 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);
}
}