JDK-8302798 : Refactor -XX:+UseOSErrorReporting for noreturn crash reporting
  • Type: Enhancement
  • Component: hotspot
  • Sub-Component: runtime
  • Affected Version: 21
  • Priority: P4
  • Status: Resolved
  • Resolution: Fixed
  • Submitted: 2023-02-17
  • Updated: 2025-04-14
  • Resolved: 2023-03-01
The Version table provides details related to the release that this issue/RFE will be addressed.

Unresolved : Release in which this issue/RFE will be addressed.
Resolved: Release in which this issue/RFE has been resolved.
Fixed : Release in which this issue/RFE has been fixed. The release containing this fix may be available for download as an Early Access Release or a General Availability Release.

To download the current JDK release, click here.
JDK 21
21 b12Fixed
Related Reports
Blocks :  
Relates :  
Description
We want to make reporting of assertion failures and other crashes noreturn - JDK-8302189. The current implementation of the Windows-specific UseOSErrorReporting option prevents that, since enabling it results in such failures returning to the caller.

Comments
Changeset: 539a4951 Author: Kim Barrett <kbarrett@openjdk.org> Date: 2023-03-01 10:19:28 +0000 URL: https://git.openjdk.org/jdk/commit/539a4951eee914da15a00cbd04ebc6a2c59b8f23
01-03-2023

A pull request was submitted for review. URL: https://git.openjdk.org/jdk/pull/12759 Date: 2023-02-27 10:19:50 +0000
27-02-2023

A pull request was submitted for review. URL: https://git.openjdk.org/jdk/pull/12651 Date: 2023-02-20 08:28:05 +0000
20-02-2023