Integrated: 8343756: CAN_SHOW_REGISTERS_ON_ASSERT for Windows
Markus Grönlund
mgronlun at openjdk.org
Tue Nov 26 10:52:44 UTC 2024
On Fri, 8 Nov 2024 21:36:38 GMT, Markus Grönlund <mgronlun at openjdk.org> wrote:
> 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
This pull request has now been integrated.
Changeset: 0054bbed
Author: Markus Grönlund <mgronlun at openjdk.org>
URL: https://git.openjdk.org/jdk/commit/0054bbed7fce5b8566655d6910b09b10c952e609
Stats: 249 lines in 11 files changed: 155 ins; 33 del; 61 mod
8343756: CAN_SHOW_REGISTERS_ON_ASSERT for Windows
Reviewed-by: stuefe, jsjolen
-------------
PR: https://git.openjdk.org/jdk/pull/21994
More information about the hotspot-dev
mailing list