RFR: 8364090: Dump JFR recording on CrashOnOutOfMemoryError [v3]

Yasumasa Suenaga ysuenaga at openjdk.org
Mon Jul 28 23:58:44 UTC 2025


On Mon, 28 Jul 2025 16:51:01 GMT, Erik Gahlin <egahlin at openjdk.org> wrote:

> Does it also happen with -XX:ExitOnOutOfMemoryError?

No.
This change affects `CrashOnOutOutOfMemoryError`, but this does not change `ExitOnOutOfMemoryError` behavior. VM would shutdown immediately without emergency dump if OOM happened when the user adds `ExitOnOutOfMemoryError`.

-------------

PR Comment: https://git.openjdk.org/jdk/pull/26468#issuecomment-3130151589


More information about the hotspot-jfr-dev mailing list