JDK-6320786 : HPROF: Add option to control primitive data output
  • Type: Enhancement
  • Component: tools
  • Sub-Component: hprof
  • Affected Version: 6
  • Priority: P3
  • Status: Resolved
  • Resolution: Fixed
  • OS: generic
  • CPU: generic
  • Submitted: 2005-09-07
  • Updated: 2010-04-02
  • 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 :  
Description
Adding back in primitive data to the hprof heap dumps brings up a possible issue that the hprof dump files from Tiger to Mustang will grow, so it seemed like a good idea and simple process of adding options to control the primitive data.

The default would be to include all primitive data.

Option 1:
    primfields=y|n

Option 2:
    primarrays=y|n

Comments
SUGGESTED FIX See description.
08-09-2005

EVALUATION See description. These will be private interfaces for now.
08-09-2005