RFR: 8343756: CAN_SHOW_REGISTERS_ON_ASSERT for Windows [v3]
Markus Grönlund
mgronlun at openjdk.org
Wed Nov 13 23:35:22 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:
refactor into VMError::was_assert_poison_crash
-------------
Changes:
- all: https://git.openjdk.org/jdk/pull/21994/files
- new: https://git.openjdk.org/jdk/pull/21994/files/9b80c688..1d37eb48
Webrevs:
- full: https://webrevs.openjdk.org/?repo=jdk&pr=21994&range=02
- incr: https://webrevs.openjdk.org/?repo=jdk&pr=21994&range=01-02
Stats: 52 lines in 7 files changed: 31 ins; 11 del; 10 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