-
Bug
-
Resolution: Won't Fix
-
P3
-
5.0u75, emb-8u26, 8u40, 9
-
generic
-
generic
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8055804 | 5.0u81 | Andreas Eriksson | P3 | Resolved | Fixed | b01 |
Testsuite name: Regression
Test name(s):
compiler/startup_warnings/TestSafepointPollOffset.java
JDK tested: jdk1.5_75b05,b04,b01
OS tested:Linux ,Solaris
Is it a regression? No (src change and tests introduced in 5u75b01)
Regression introduced in release/build: No
Failed in jdk5u75b01, b04, b05
Is it platform specific? No
stdout: [];
stderr: [Unrecognized VM option 'SafepointPollOffset=1000000000'
Could not create the Java virtual machine.
]
exitValue = 1
java.lang.RuntimeException: 'is invalid; must be between' missing from stdout/stderr
at com.oracle.java.testlibrary.OutputAnalyzer.shouldContain(OutputAnalyzer.java:80)
at TestSafepointPollOffset.main(TestSafepointPollOffset.java:16)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:592)
at com.sun.javatest.regtest.MainWrapper$MainThread.run(MainWrapper.java:94)
at java.lang.Thread.run(Thread.java:657)
JavaTest Message: Test threw exception: java.lang.RuntimeException: 'is invalid; must be between' missing from stdout/stderr
JavaTest Message: shutting down test
STATUS:Failed.`main' threw exception: java.lang.RuntimeException: 'is invalid; must be between' missing from stdout/stderr
Test name(s):
compiler/startup_warnings/TestSafepointPollOffset.java
JDK tested: jdk1.5_75b05,b04,b01
OS tested:Linux ,Solaris
Is it a regression? No (src change and tests introduced in 5u75b01)
Regression introduced in release/build: No
Failed in jdk5u75b01, b04, b05
Is it platform specific? No
stdout: [];
stderr: [Unrecognized VM option 'SafepointPollOffset=1000000000'
Could not create the Java virtual machine.
]
exitValue = 1
java.lang.RuntimeException: 'is invalid; must be between' missing from stdout/stderr
at com.oracle.java.testlibrary.OutputAnalyzer.shouldContain(OutputAnalyzer.java:80)
at TestSafepointPollOffset.main(TestSafepointPollOffset.java:16)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:592)
at com.sun.javatest.regtest.MainWrapper$MainThread.run(MainWrapper.java:94)
at java.lang.Thread.run(Thread.java:657)
JavaTest Message: Test threw exception: java.lang.RuntimeException: 'is invalid; must be between' missing from stdout/stderr
JavaTest Message: shutting down test
STATUS:Failed.`main' threw exception: java.lang.RuntimeException: 'is invalid; must be between' missing from stdout/stderr
- backported by
-
JDK-8055804 Test compiler/startup_warnings/TestSafepointPollOffset.java fails
- Resolved