-
Type:
Enhancement
-
Resolution: Won't Fix
-
Priority:
P3
-
Affects Version/s: 9, 10
-
Component/s: hotspot
-
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.