-
Bug
-
Resolution: Fixed
-
P1
-
9
-
b45
-
arm
-
linux
-
Verified
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8083168 | emb-9 | Goetz Lindenmaier | P1 | Resolved | Fixed | team |
stderr: [Java HotSpot(TM) Embedded Server VM warning: TieredCompilation is disabled in this release.
java version "1.9.0-internal-fastdebug"
Java(TM) SE Embedded Runtime Environment (build 1.9.0-internal-fastdebug-20141217001401.cphillim.jdk9-max-traceEx-b00)
Java HotSpot(TM) Embedded Server VM (build 1.9.0-internal-fastdebug-20141217001401.cphillim.jdk9-max-traceEx-b00, mixed mode)
]
exitValue = 0
java.lang.RuntimeException: java.lang.RuntimeException: 'intx Tier0BackedgeNotifyFreqLog := 9 {product}' missing from stdout/stderr
at CheckCompileThresholdScaling.verifyValidOption(CheckCompileThresholdScaling.java:334)
at CheckCompileThresholdScaling.main(CheckCompileThresholdScaling.java:356)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at com.sun.javatest.regtest.MainWrapper$MainThread.run(MainWrapper.java:94)
at java.lang.Thread.run(Thread.java:745)
Caused by: java.lang.RuntimeException: 'intx Tier0BackedgeNotifyFreqLog := 9 {product}' missing from stdout/stderr
at com.oracle.java.testlibrary.OutputAnalyzer.shouldContain(OutputAnalyzer.java:80)
at CheckCompileThresholdScaling.verifyValidOption(CheckCompileThresholdScaling.java:327)
... 7 more
JavaTest Message: Test threw exception: java.lang.RuntimeException: java.lang.RuntimeException: 'intx Tier0BackedgeNotifyFreqLog := 9 {product}' missing from stdout/stderr
RULE compiler/arguments/CheckCompileThresholdScaling.java java.lang.RuntimeException: java.lang.RuntimeException: 'intx Tier0BackedgeNotifyFreqLog := 9 {product}' missing from stdout/stderr
java version "1.9.0-internal-fastdebug"
Java(TM) SE Embedded Runtime Environment (build 1.9.0-internal-fastdebug-20141217001401.cphillim.jdk9-max-traceEx-b00)
Java HotSpot(TM) Embedded Server VM (build 1.9.0-internal-fastdebug-20141217001401.cphillim.jdk9-max-traceEx-b00, mixed mode)
]
exitValue = 0
java.lang.RuntimeException: java.lang.RuntimeException: 'intx Tier0BackedgeNotifyFreqLog := 9 {product}' missing from stdout/stderr
at CheckCompileThresholdScaling.verifyValidOption(CheckCompileThresholdScaling.java:334)
at CheckCompileThresholdScaling.main(CheckCompileThresholdScaling.java:356)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at com.sun.javatest.regtest.MainWrapper$MainThread.run(MainWrapper.java:94)
at java.lang.Thread.run(Thread.java:745)
Caused by: java.lang.RuntimeException: 'intx Tier0BackedgeNotifyFreqLog := 9 {product}' missing from stdout/stderr
at com.oracle.java.testlibrary.OutputAnalyzer.shouldContain(OutputAnalyzer.java:80)
at CheckCompileThresholdScaling.verifyValidOption(CheckCompileThresholdScaling.java:327)
... 7 more
JavaTest Message: Test threw exception: java.lang.RuntimeException: java.lang.RuntimeException: 'intx Tier0BackedgeNotifyFreqLog := 9 {product}' missing from stdout/stderr
RULE compiler/arguments/CheckCompileThresholdScaling.java java.lang.RuntimeException: java.lang.RuntimeException: 'intx Tier0BackedgeNotifyFreqLog := 9 {product}' missing from stdout/stderr
- backported by
-
JDK-8083168 CheckCompileThresholdScaling.java throws RuntimeException
-
- Resolved
-