JDK-8004924 : NPG: jmap -heap output should contain ClassMetaspaceSize value
  • Type: Enhancement
  • Component: core-svc
  • Sub-Component: tools
  • Affected Version: hs25
  • Priority: P3
  • Status: Resolved
  • Resolution: Fixed
  • OS: generic
  • CPU: generic
  • Submitted: 2012-12-12
  • Updated: 2013-04-24
  • Resolved: 2013-02-27
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 Other
8Fixed hs25Fixed
Related Reports
Relates :  
Description
At the moment jmap -heap output contains only MetaspaceSize and MaxMetaspaceSize values.
Since there are two metaspaces it will be very useful to show ClassMetaspaceSize value too. It will make sense in case when user explicitly specified ClassMetaspaceSize value, because in such case MaxMetaspaceSize could not be used to derive metaspaces size.