-
Enhancement
-
Resolution: Won't Fix
-
P3
-
9, 10
-
aarch64
-
linux
8087131 introduced a temporary workaround when last_sp is set but last_pc is not. Now that we build with -fno-omit-frame-pointer, we should get rid of the requirement to have last_pc set. Instead, we should grab it from the frame like arm32 and openjdk.