-
Bug
-
Resolution: Fixed
-
P4
-
hs24, hs25, 7u60, 8
-
b23
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8063515 | 8u45 | Thomas Schatzl | P4 | Resolved | Fixed | b01 |
JDK-8051419 | 8u40 | Thomas Schatzl | P4 | Resolved | Fixed | b01 |
JDK-8070800 | emb-8u47 | Thomas Schatzl | P4 | Resolved | Fixed | team |
JDK-8198348 | 7u201 | Vaibhav Choudhary | P4 | Resolved | Fixed | b01 |
gc/g1/TestSummarizeRSetStats* tests launch 32bit jvm with UseCompressedOops:
stderr: [Unrecognized VM option 'UseCompressedOops'
Did you mean '(+/-)CheckCompressedOops'?
Error: Could not create the Java Virtual Machine.
Error: A fatal exception has occurred. Program will exit.
]
exitValue = 1
java.lang.RuntimeException: Expected to get exit value of [0]
at com.oracle.java.testlibrary.OutputAnalyzer.shouldHaveExitValue(OutputAnalyzer.java:296)
at TestSummarizeRSetStatsTools.runTest(TestSummarizeRSetStatsTools.java:113)
at TestSummarizeRSetStats.main(TestSummarizeRSetStats.java:45)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:491)
at com.sun.javatest.regtest.MainWrapper$MainThread.run(MainWrapper.java:94)
at java.lang.Thread.run(Thread.java:724)
RULE gc/g1/TestSummarizeRSetStats.java Exception java.lang.RuntimeException: Expected to get exit value of [0]
RULE gc/g1/TestSummarizeRSetStatsPerRegion.java Exception java.lang.RuntimeException: Expected to get exit value of [0]
Either -XX:+IgnoreUnrecognizedVMOptions should be added, either 32bit platform detection should be added to tests.
stderr: [Unrecognized VM option 'UseCompressedOops'
Did you mean '(+/-)CheckCompressedOops'?
Error: Could not create the Java Virtual Machine.
Error: A fatal exception has occurred. Program will exit.
]
exitValue = 1
java.lang.RuntimeException: Expected to get exit value of [0]
at com.oracle.java.testlibrary.OutputAnalyzer.shouldHaveExitValue(OutputAnalyzer.java:296)
at TestSummarizeRSetStatsTools.runTest(TestSummarizeRSetStatsTools.java:113)
at TestSummarizeRSetStats.main(TestSummarizeRSetStats.java:45)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:491)
at com.sun.javatest.regtest.MainWrapper$MainThread.run(MainWrapper.java:94)
at java.lang.Thread.run(Thread.java:724)
RULE gc/g1/TestSummarizeRSetStats.java Exception java.lang.RuntimeException: Expected to get exit value of [0]
RULE gc/g1/TestSummarizeRSetStatsPerRegion.java Exception java.lang.RuntimeException: Expected to get exit value of [0]
Either -XX:+IgnoreUnrecognizedVMOptions should be added, either 32bit platform detection should be added to tests.
- backported by
-
JDK-8051419 [TESTBUG] gc/g1/TestSummarizeRSetStats* tests launch 32bit jvm with UseCompressedOops
-
- Resolved
-
-
JDK-8063515 [TESTBUG] gc/g1/TestSummarizeRSetStats* tests launch 32bit jvm with UseCompressedOops
-
- Resolved
-
-
JDK-8070800 [TESTBUG] gc/g1/TestSummarizeRSetStats* tests launch 32bit jvm with UseCompressedOops
-
- Resolved
-
-
JDK-8198348 [TESTBUG] gc/g1/TestSummarizeRSetStats* tests launch 32bit jvm with UseCompressedOops
-
- Resolved
-