JDK-8059036 : Implement Diagnostic Commands for heap and finalizerinfo
  • Type: Bug
  • Component: hotspot
  • Sub-Component: svc
  • Affected Version: 9
  • Priority: P3
  • Status: Resolved
  • Resolution: Fixed
  • Submitted: 2014-09-24
  • Updated: 2018-05-14
  • Resolved: 2015-07-31
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 8 JDK 9
8u172Fixed 9 b78Fixed
Related Reports
Blocks :  
Description
Remaining functionality that does not have Diagnostic Commands are:

jmap: 
  -finalizerinfo
  -heap

Comments
Also, dumping all the addresses mapped by metaspace and CDS will be useful, too.
30-09-2014

One suggestion for "-heap" is to use the same output as SIGBREAK: Universe::print_heap_at_SIGBREAK()
30-09-2014