[jdk20] RFR: 8298400: Virtual thread instability when stack overflows

Fei Yang fyang at openjdk.org
Wed Jan 18 11:32:21 UTC 2023


On Thu, 12 Jan 2023 12:12:42 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.

Looks like the hang is still there with this fix on aarch64 using fastdebug build?

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

PR: https://git.openjdk.org/jdk20/pull/101


More information about the hotspot-compiler-dev mailing list