< prev index next >

test/compiler/arguments/CheckCompileThresholdScaling.java

Print this page
rev 7562 : 8067823: CheckCompileThresholdScaling.java throws RuntimeException

*** 328,338 **** } out.shouldHaveExitValue(0); } 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."))) { throw new RuntimeException(e); } } } --- 328,338 ---- } out.shouldHaveExitValue(0); } 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."))) { throw new RuntimeException(e); } } }
< prev index next >