RFR: 8335362: [Windows] Stack pointer increment in _cont_thaw stub can cause program to terminate with exit code 0xc0000005 [v3]
Patricio Chilano Mateo
pchilanomate at openjdk.org
Mon Sep 9 15:53:48 UTC 2024
On Sun, 8 Sep 2024 23:56:25 GMT, David Holmes <dholmes at openjdk.org> wrote:
>> Patricio Chilano Mateo has updated the pull request incrementally with one additional commit since the last revision:
>>
>> fix update in map_stack_shadow_pages
>
> src/hotspot/os/windows/os_windows.inline.hpp line 60:
>
>> 58: }
>> 59: StackOverflow* state = JavaThread::current()->stack_overflow_state();
>> 60: assert(original_sp > state->shadow_zone_safe_limit(), "");
>
> Can you print the values if the assert fails please.
Done.
-------------
PR Review Comment: https://git.openjdk.org/jdk/pull/20862#discussion_r1750513308
More information about the hotspot-dev
mailing list