RFR: 8302798: Refactor -XX:+UseOSErrorReporting for noreturn crash reporting

David Holmes dholmes at openjdk.org
Thu Feb 23 07:53:04 UTC 2023


On Thu, 23 Feb 2023 03:57:18 GMT, Kim Barrett <kbarrett at openjdk.org> wrote:

> Okay, I see. But does it have to come with hs-err file too?

The ability to return to the OS error reporting after generating the hs_err file is IMO an important part of this piece of functionality.

>  I could go further and add something like the following at the beginning of VMError::report_and_maybe_die_impl:

That wouldn't hurt to reinforce this is for Windows-only use of UseOSErrorReporting. Your call.

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

PR: https://git.openjdk.org/jdk/pull/12651


More information about the hotspot-dev mailing list