8384277: Internal error happened when building fastdebug with LTO

Reviewed-by: dholmes, jwaters
This commit is contained in:
Yasumasa Suenaga 2026-05-15 00:14:28 +00:00
parent b9778ccb47
commit 2c0e818d3c

View File

@ -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);
}