From 2c0e818d3c9192ef8aecc84d5272a93af04d0fc8 Mon Sep 17 00:00:00 2001 From: Yasumasa Suenaga Date: Fri, 15 May 2026 00:14:28 +0000 Subject: [PATCH] 8384277: Internal error happened when building fastdebug with LTO Reviewed-by: dholmes, jwaters --- src/hotspot/os_cpu/linux_x86/os_linux_x86.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/hotspot/os_cpu/linux_x86/os_linux_x86.cpp b/src/hotspot/os_cpu/linux_x86/os_linux_x86.cpp index ee08738c678..6750b71476b 100644 --- a/src/hotspot/os_cpu/linux_x86/os_linux_x86.cpp +++ b/src/hotspot/os_cpu/linux_x86/os_linux_x86.cpp @@ -81,7 +81,7 @@ #define SPELL_REG_SP "rsp" #define SPELL_REG_FP "rbp" -address os::current_stack_pointer() { +NOINLINE address os::current_stack_pointer() { return (address)__builtin_frame_address(0); }