Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8218999 | 8-pool | Clifford Wayne | P2 | Resolved | Fixed |
A DESCRIPTION OF THE PROBLEM :
The Documentation lists an Option
-XX:+HeapDumpOnOutOfMemory
which right name is
-XX:+HeapDumpOnOutOfMemoryError
EXPECTED VERSUS ACTUAL BEHAVIOR :
EXPECTED -
-XX:+HeapDumpOnOutOfMemoryError
ACTUAL -
-XX:+HeapDumpOnOutOfMemory
URL OF FAULTY DOCUMENTATION :
http://docs.oracle.com/javase/8/docs/technotes/tools/unix/java.html
The Documentation lists an Option
-XX:+HeapDumpOnOutOfMemory
which right name is
-XX:+HeapDumpOnOutOfMemoryError
EXPECTED VERSUS ACTUAL BEHAVIOR :
EXPECTED -
-XX:+HeapDumpOnOutOfMemoryError
ACTUAL -
-XX:+HeapDumpOnOutOfMemory
URL OF FAULTY DOCUMENTATION :
http://docs.oracle.com/javase/8/docs/technotes/tools/unix/java.html
- backported by
-
JDK-8218999 Wrong option -XX:+HeapDumpOnOutOfMemory in Tech Notes
-
- Resolved
-