JDK-8058369 : [TESTBUG] runtime/CompressedOops/UseCompressedOops.java Exception java.lang.RuntimeException: 'Zero based' missing from stdout/stderr
  • Type: Bug
  • Component: hotspot
  • Sub-Component: runtime
  • Affected Version: 9
  • Priority: P3
  • Status: Closed
  • Resolution: Fixed
  • Submitted: 2014-09-12
  • Updated: 2015-10-30
  • Resolved: 2014-09-17
The Version table provides details related to the release that this issue/RFE will be addressed.

Unresolved : Release in which this issue/RFE will be addressed.
Resolved: Release in which this issue/RFE has been resolved.
Fixed : Release in which this issue/RFE has been fixed. The release containing this fix may be available for download as an Early Access Release or a General Availability Release.

To download the current JDK release, click here.
JDK 9
9 b34Fixed
Related Reports
Relates :  
Description
 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