-
Sub-task
-
Resolution: Delivered
-
P4
-
7u101, 8u92, 9
-
Verified
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8174793 | 7u101 | Clifford Wayne | P4 | Closed | Delivered |
Two new JVM flags have been added:
ExitOnOutOfMemoryError
When you enable this option, the JVM exits on the first occurrence of an out-of-memory error. It can be used if you prefer restarting an instance of the JVM rather than handling out of memory errors.
CrashOnOutOfMemoryError
If this option is enabled, when an out-of-memory error occurs, the JVM crashes and produces text and binary crash files (if core files are enabled).
ExitOnOutOfMemoryError
When you enable this option, the JVM exits on the first occurrence of an out-of-memory error. It can be used if you prefer restarting an instance of the JVM rather than handling out of memory errors.
CrashOnOutOfMemoryError
If this option is enabled, when an out-of-memory error occurs, the JVM crashes and produces text and binary crash files (if core files are enabled).
- backported by
-
JDK-8174793 Release Note: New JVM Options: ExitOnOutOfMemoryError and CrashOnOutOfMemoryError
-
- Closed
-
- relates to
-
JDK-8154713 incorrect XxxOnOutOfMemoryError options in release notes
-
- Resolved
-