JDK-6326374 : jhat should read primitive array content lazily
  • Type: Bug
  • Component: core-svc
  • Sub-Component: tools
  • Affected Version: 6
  • Priority: P4
  • Status: Resolved
  • Resolution: Fixed
  • OS: generic
  • CPU: generic
  • Submitted: 2005-09-20
  • Updated: 2010-08-24
  • Resolved: 2005-09-30
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 6
6 b55Fixed
Related Reports
Relates :  
Relates :  
Relates :  
Description
jhat reads heap dump and creates object model out of that. For large dumps, jhat consumes lot of memory. Large primitive array content could be read lazily -- this could avoid some memory consumption.

Comments
EVALUATION Reading large primitive arrays lazily should help in reducing memory requirement.
26-09-2005

SUGGESTED FIX Webrev: http://bongo.india.sun.com/jhat_fixes2/jdk_webrev/ Also, refer to attachment "jdk_webrev.tar" in 6326363
26-09-2005