RFR: 8343756: CAN_SHOW_REGISTERS_ON_ASSERT for Windows [v4]

Markus Grönlund mgronlun at openjdk.org
Thu Nov 14 13:53:19 UTC 2024


> Greetings,
> 
> This enhancement adds register printouts on asserts or guarantees into the hs_err_pid.log error reporting files for Windows.
> 
> Additionally, it saves an accurate EXCEPTION_RECORD into the  hs_err_pid.mdmp file, also for asserts or guarantees, so the assertion context is now easily accessible in Windbg using .ecxr.
> 
> For more details on this enhancement, please see the JIRA issue.
> 
> Testing: Tier 1,2,3, jdk_jfr
> 
> Thanks
> Markus

Markus Grönlund has updated the pull request incrementally with one additional commit since the last revision:

  extended test

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

Changes:
  - all: https://git.openjdk.org/jdk/pull/21994/files
  - new: https://git.openjdk.org/jdk/pull/21994/files/1d37eb48..8f0b34b8

Webrevs:
 - full: https://webrevs.openjdk.org/?repo=jdk&pr=21994&range=03
 - incr: https://webrevs.openjdk.org/?repo=jdk&pr=21994&range=02-03

  Stats: 14 lines in 1 file changed: 14 ins; 0 del; 0 mod
  Patch: https://git.openjdk.org/jdk/pull/21994.diff
  Fetch: git fetch https://git.openjdk.org/jdk.git pull/21994/head:pull/21994

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


More information about the hotspot-dev mailing list