Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8083306 | emb-9 | Calvin Cheung | P4 | Resolved | Fixed | team |
On linux_x64, the following command crashes vm:
./bin/java -XX:+UnlockDiagnosticVMOptions -XX:SharedArchiveFile=./test.jsa -XX:SharedMiscDataSize=12k -Xshare:dump
On windows, one needs to specify 0k for the SharedMiscDataSize for the vm to crash.
./bin/java -XX:+UnlockDiagnosticVMOptions -XX:SharedArchiveFile=./test.jsa -XX:SharedMiscDataSize=12k -Xshare:dump
On windows, one needs to specify 0k for the SharedMiscDataSize for the vm to crash.
- backported by
-
JDK-8083306 vm crashes during CDS dump when very small SharedMiscDataSize is specified
- Resolved