RFR: 8343756: CAN_SHOW_REGISTERS_ON_ASSERT for Windows [v2]

Markus Grönlund mgronlun at openjdk.org
Tue Nov 12 14:52:55 UTC 2024


On Tue, 12 Nov 2024 10:34:30 GMT, Markus Grönlund <mgronlun at openjdk.org> wrote:

>> Markus Grönlund has updated the pull request incrementally with one additional commit since the last revision:
>> 
>>   initialize report page
>
> Perhaps @tstuefe would be kind to take a look?

> @mgronlun Sure, I can take a look. Did the POSIX version change at all or is it just code movement?

The POSIX version have been kept intact, the changes intend to move the usages of OS-specific types (ucontext_t and EXECPTION_POINTERS et al) out from utilities/debug.cpp, to keep it os-agnostic, and let OS specific handlers call into it (for disarm and context save (now os specific)).

There are also some simplifications and const-correctness.

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

PR Comment: https://git.openjdk.org/jdk/pull/21994#issuecomment-2470739266


More information about the hotspot-dev mailing list