On Mon, 13 Feb 2023 14:39:00 GMT, Johannes Bechberger <d...@openjdk.org> wrote:
> Fixes the issue by applying a fix that is already implemented in PPC. src/hotspot/cpu/x86/frame_x86.cpp line 72: > 70: > 71: // unextended sp must be within the stack > 72: if (!thread->is_in_full_stack_checked(unextended_sp)) { I'm not at all sure this relaxation is valid. What are you basing this on? ------------- PR: https://git.openjdk.org/jdk/pull/12535