JDK-6760477 : SA: Update SA to include stack traces in the heap dump
  • Type: Enhancement
  • Component: hotspot
  • Sub-Component: svc-agent
  • Affected Version: 7
  • Priority: P4
  • Status: Resolved
  • Resolution: Fixed
  • OS: generic
  • CPU: generic
  • Submitted: 2008-10-16
  • Updated: 2019-09-30
  • Resolved: 2017-06-02
The Version table provides details related to the release that this issue/RFE will be addressed.

Unresolved : Release in which this issue/RFE will be addressed.
Resolved: Release in which this issue/RFE has been resolved.
Fixed : Release in which this issue/RFE has been fixed. The release containing this fix may be available for download as an Early Access Release or a General Availability Release.

To download the current JDK release, click here.
JDK 10
10 b11Fixed
Related Reports
Relates :  
Relates :  
Relates :  
Relates :  
Relates :  
Description
With the fix for 6306922, the HotSpot built-in heapdump includes the thread dump.  So jmap -dump option will generate a heap dump with HPROF_TRACE and HPROF_FRAME records.

jmap -F -dump option should be updated to generate these records in the heap dump when appropriate.