-
Bug
-
Resolution: Fixed
-
P3
-
9
-
b34
-
Not verified
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8083040 | emb-9 | Christian Tornqvist | P3 | Resolved | Fixed | b34 |
stdout: [
Protected page at the reserved heap base: 0xfffffd7e80000000 / 2097152 bytes
heap address: 0xfffffd7e80200000, size: 5120 MB, Compressed Oops mode: Non-zero based:0xfffffd7e801ff000, Oop shift amount: 3
Narrow klass base: 0xfffffd7e00000000, Narrow klass shift: 0
Compressed class space size: 1073741824 Address: 0xfffffd7e00000000 Req Addr: 0xfffffd7fc0200000
];
stderr: [java version "1.9.0-ea-fastdebug"
Java(TM) SE Runtime Environment (build 1.9.0-ea-fastdebug-b29)
Java HotSpot(TM) 64-Bit Server VM (build 1.9.0-fastdebug-internal-201409120055.ctornqvi.hs-rt, mixed mode)
]
exitValue = 0
java.lang.RuntimeException: 'Zero based' missing from stdout/stderr
at com.oracle.java.testlibrary.OutputAnalyzer.shouldContain(OutputAnalyzer.java:80)
at UseCompressedOops.main(UseCompressedOops.java:57)
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:484)
at com.sun.javatest.regtest.MainWrapper$MainThread.run(MainWrapper.java:94)
at java.lang.Thread.run(Thread.java:745)
JavaTest Message: Test threw exception: java.lang.RuntimeException: 'Zero based' missing from stdout/stderr
JavaTest Message: shutting down test
STATUS:Failed.`main' threw exception: java.lang.RuntimeException: 'Zero based' missing from stdout/stderr
Protected page at the reserved heap base: 0xfffffd7e80000000 / 2097152 bytes
heap address: 0xfffffd7e80200000, size: 5120 MB, Compressed Oops mode: Non-zero based:0xfffffd7e801ff000, Oop shift amount: 3
Narrow klass base: 0xfffffd7e00000000, Narrow klass shift: 0
Compressed class space size: 1073741824 Address: 0xfffffd7e00000000 Req Addr: 0xfffffd7fc0200000
];
stderr: [java version "1.9.0-ea-fastdebug"
Java(TM) SE Runtime Environment (build 1.9.0-ea-fastdebug-b29)
Java HotSpot(TM) 64-Bit Server VM (build 1.9.0-fastdebug-internal-201409120055.ctornqvi.hs-rt, mixed mode)
]
exitValue = 0
java.lang.RuntimeException: 'Zero based' missing from stdout/stderr
at com.oracle.java.testlibrary.OutputAnalyzer.shouldContain(OutputAnalyzer.java:80)
at UseCompressedOops.main(UseCompressedOops.java:57)
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:484)
at com.sun.javatest.regtest.MainWrapper$MainThread.run(MainWrapper.java:94)
at java.lang.Thread.run(Thread.java:745)
JavaTest Message: Test threw exception: java.lang.RuntimeException: 'Zero based' missing from stdout/stderr
JavaTest Message: shutting down test
STATUS:Failed.`main' threw exception: java.lang.RuntimeException: 'Zero based' missing from stdout/stderr
- backported by
-
JDK-8083040 [TESTBUG] runtime/CompressedOops/UseCompressedOops.java Exception java.lang.RuntimeException: 'Zero based' missing from stdout/stderr
- Resolved
- relates to
-
JDK-8141023 win64: UseCompressedOops.java: 'Zero based' missing from stdout/stderr
- Closed