JDK-5109224 : SA utilities: add heap dump option for jmap
  • Type: Enhancement
  • Component: core-svc
  • Sub-Component: debugger
  • Affected Version: 5.0
  • Priority: P3
  • Status: Resolved
  • Resolution: Fixed
  • OS: generic
  • CPU: generic
  • Submitted: 2004-09-30
  • Updated: 2017-05-16
  • Resolved: 2005-02-16
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.
Other JDK 6
1.4.2_09Fixed 6 b14Fixed
Related Reports
Relates :  
Relates :  
Relates :  
Description
jmap currently prints various heap statistics. In addition, if jmap can dump entire heap snapshot in a file, users can do postmortem heap analysis of OutOfMemory situations. Refer to "Comments" section as well.


###@###.### 2004-09-30

Comments
EVALUATION Hprof binary format dump is created by jmap when used with command line option -heap:format=b. When jmap is run with the new option, it produces 'heap.bin' in current directory. The heap.bin can be used with Heap Analysis Tool (HAT). Please refer to http://ccc.sfbay/5109224 for specification and other details. Refer to "Suggested Fix" for Webrev URL and attachement (webrev.tar). ###@###.### 10/29/04 08:48 GMT
29-10-2004

SUGGESTED FIX Webrev: http://bongo.india.sun.com/debugging/sa/5109224/1.6.0/webrev/ Also, refer to attachment 'webrev.tar' ###@###.### 10/29/04 08:48 GMT
29-10-2004