RFR: 8371014: Dump JFR recording on CrashOnOutOfMemoryError is incorrectly implemented

Martin Doerr mdoerr at openjdk.org
Wed Dec 3 21:35:55 UTC 2025


On Sat, 29 Nov 2025 06:06:16 GMT, Yasumasa Suenaga <ysuenaga at openjdk.org> wrote:

> The jtreg test TestEmergencyDumpAtOOM.java runs into the following error on ppc64 platforms.
> 
> JFR emergency dump would be kicked at `VMError::report_and_die()`, then Java thread for JFR would not work due to secondary signal handler for error reporting.
> 
> Passed all of jdk_jfr tests on Linux AMD64.

I think this makes sense, but should also be reviewed by JFR folks.

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

Marked as reviewed by mdoerr (Reviewer).

PR Review: https://git.openjdk.org/jdk/pull/28563#pullrequestreview-3537010567


More information about the hotspot-dev mailing list