The native stack frames in the hs log on AArch64 are not accurate sometimes. JDK-8277948 resolved this problem partially, but only if PreserveFramePointer needs to be enabled.
We need a way to improve stack trace accuracy when PreserveFramePointer is disabled since PreserveFramePointer is disabled by default.
We need a way to improve stack trace accuracy when PreserveFramePointer is disabled since PreserveFramePointer is disabled by default.
- relates to
-
JDK-8277948 AArch64: Print the correct native stack if -XX:+PreserveFramePointer when crash
-
- Resolved
-
- links to
-
Review openjdk/jdk/7900