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

Richard Reingruber rrich at openjdk.org
Thu Jan 19 15:22:23 UTC 2023


On Wed, 18 Jan 2023 22:10:09 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.
>
> @theRealAph says the remaining failures are a separate ScopedValue bug.

@pron pity you did not wait 5min after the second review. I wanted to add the ppc version.

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

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


More information about the hotspot-compiler-dev mailing list