JDK-7108242 : jinfo -permstat shouldn't report interned strings as part of perm
Type:Bug
Component:hotspot
Sub-Component:svc
Affected Version:hs22
Priority:P4
Status:Closed
Resolution:Fixed
OS:solaris_10
CPU:x86
Submitted:2011-11-04
Updated:2012-03-22
Resolved:2012-01-23
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.
EVALUATION
7108242: jinfo -permstat shouldn't report interned strings as part of perm
Reviewed-by: kvn, twisti
jinfo -permstat still reports interned strings as part of the perm gen
which is no longer true. It should be moved to the jmap -heap summary
information.