RFR: 8343756: CAN_SHOW_REGISTERS_ON_ASSERT for Windows [v2]

Markus Grönlund mgronlun at openjdk.org
Wed Nov 13 17:38:20 UTC 2024


On Wed, 13 Nov 2024 14:10:28 GMT, Thomas Stuefe <stuefe at openjdk.org> wrote:

> I think this is mostly fine. I did look over the Windows implementation, but did not check it (I assume you did). Did you check for both architectures?
> 
> One problem we have on Posix platforms is that ucontext_t was not meant to be copied around. IIRC, on some platforms (eg PPC), it is mother structure with a bunch of daughter structures that need to be copied too. Hope Windows is simpler.

Have only checked Windows x64.

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

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


More information about the hotspot-dev mailing list