runtime/SharedArchiveFile/CdsWriteError.java
Failed on Solaris sparc with:
----------System.err:(30/1621)----------
stdout: [Loading classes to share ... done.
Rewriting and linking classes ... done.
Number of classes 2649
Calculating fingerprints ... done.
Removing unshareable information ... done.
ro space: 8948656 [ 37.7% of total] out of 16777216 bytes [53.3% used] at 0xffffffff5a000000
rw space: 12194792 [ 51.3% of total] out of 16777216 bytes [72.7% used] at 0xffffffff5b000000
md space: 2578168 [ 10.8% of total] out of 4194304 bytes [61.5% used] at 0xffffffff5c000000
mc space: 41644 [ 0.2% of total] out of 122880 bytes [33.9% used] at 0xffffffff5c400000
total : 23763260 [100.0% of total] out of 37871616 bytes [62.7% used]
];
stderr: []
exitValue = 0
java.lang.RuntimeException: 'Unable to create shared archive file' missing from stdout/stderr
at com.oracle.java.testlibrary.OutputAnalyzer.shouldContain(OutputAnalyzer.java:80)
at CdsWriteError.main(CdsWriteError.java:75)
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: 'Unable to create shared archive file' missing from stdout/stderr
JavaTest Message: shutting down test
STATUS:Failed.`main' threw exception: java.lang.RuntimeException: 'Unable to create shared archive file' missing from stdout/stderr
Host: slcaf650, Sun Sparcv9 2848 MHz, 64 cores, 128G, Solaris / Solaris 10, sun4v
Options: -server -Xmixed -XX:MaxRAMFraction=8 -XX:+CreateMinidumpOnCrash -XX:NativeMemoryTracking=detail -XX:ReservedCodeCacheSize=256M
Failed on Solaris sparc with:
----------System.err:(30/1621)----------
stdout: [Loading classes to share ... done.
Rewriting and linking classes ... done.
Number of classes 2649
Calculating fingerprints ... done.
Removing unshareable information ... done.
ro space: 8948656 [ 37.7% of total] out of 16777216 bytes [53.3% used] at 0xffffffff5a000000
rw space: 12194792 [ 51.3% of total] out of 16777216 bytes [72.7% used] at 0xffffffff5b000000
md space: 2578168 [ 10.8% of total] out of 4194304 bytes [61.5% used] at 0xffffffff5c000000
mc space: 41644 [ 0.2% of total] out of 122880 bytes [33.9% used] at 0xffffffff5c400000
total : 23763260 [100.0% of total] out of 37871616 bytes [62.7% used]
];
stderr: []
exitValue = 0
java.lang.RuntimeException: 'Unable to create shared archive file' missing from stdout/stderr
at com.oracle.java.testlibrary.OutputAnalyzer.shouldContain(OutputAnalyzer.java:80)
at CdsWriteError.main(CdsWriteError.java:75)
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: 'Unable to create shared archive file' missing from stdout/stderr
JavaTest Message: shutting down test
STATUS:Failed.`main' threw exception: java.lang.RuntimeException: 'Unable to create shared archive file' missing from stdout/stderr
Host: slcaf650, Sun Sparcv9 2848 MHz, 64 cores, 128G, Solaris / Solaris 10, sun4v
Options: -server -Xmixed -XX:MaxRAMFraction=8 -XX:+CreateMinidumpOnCrash -XX:NativeMemoryTracking=detail -XX:ReservedCodeCacheSize=256M
- relates to
-
JDK-8032222 [TESTBUG] runtime/SharedArchiveFile/CdsWriteError.java fails on Mac OS with java.lang.RuntimeException
- Closed