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

Ron Pressler rpressler at openjdk.org
Thu Jan 19 15:39:08 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.

This pull request has now been integrated.

Changeset: 1c840506
Author:    Ron Pressler <rpressler at openjdk.org>
URL:       https://git.openjdk.org/jdk20/commit/1c84050610e778010a2ce3a25d48fceee87af6cc
Stats:     42 lines in 5 files changed: 40 ins; 0 del; 2 mod

8298400: Virtual thread instability when stack overflows

Co-authored-by: Fei Yang <fyang at openjdk.org>
Co-authored-by: Richard Reingruber <rrich at openjdk.org>
Reviewed-by: dlong, pchilanomate

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

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


More information about the hotspot-compiler-dev mailing list