-XX:[+|-]HitachiOutOfMemoryAbort (Forced termination option)
Format
Description
When OutOfMemoryError occurs due to the following reasons, a message is output to the standard output and memory dump or core dump to the current directory, and then forced termination is executed.
Note that when C heap is insufficient during JavaVM processing, the process is forcefully terminated regardless of whether this option is specified.
Examples of output
java.lang.OutOfMemoryError occurred. JavaVM aborted because of specified -XX:+HitachiOutOfMemoryAbort options. |
Precautions