[jdk20] RFR: 8298400: Virtual thread instability when stack overflows [v2]
Patricio Chilano Mateo
pchilanomate at openjdk.org
Thu Jan 19 15:15:53 UTC 2023
On Thu, 19 Jan 2023 09:18:17 GMT, Ron Pressler <rpressler at openjdk.org> wrote:
>> The stack overflow is detected in the native code and a pending exception is set, but it is not thrown.
>>
>> Additionally, the stack overflow detection is changed use StackOverflow::shadow_zone_safe_limit rather than StackOverflow::stack_overflow_limit.
>
> Ron Pressler has updated the pull request incrementally with one additional commit since the last revision:
>
> Add corresponding change to riscv
Looks good.
Thanks,
Patricio
-------------
Marked as reviewed by pchilanomate (Reviewer).
PR: https://git.openjdk.org/jdk20/pull/101
More information about the hotspot-compiler-dev
mailing list