JDK-8283488 : AArch64: Improve stack trace accuracy in hs log
  • Type: Enhancement
  • Component: hotspot
  • Sub-Component: runtime
  • Affected Version: 19
  • Priority: P4
  • Status: Closed
  • Resolution: Won't Fix
  • CPU: aarch64
  • Submitted: 2022-03-22
  • Updated: 2023-01-09
  • Resolved: 2023-01-09
Related Reports
Relates :  
Description
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.
Comments
Runtime Triage: This is not on our current list of priorities. We will consider this feature if we receive additional customer requirements.
09-01-2023

A pull request was submitted for review. URL: https://git.openjdk.java.net/jdk/pull/7900 Date: 2022-03-22 07:23:34 +0000
22-03-2022