JDK-7199147 : description of interned String in doc. of jmap -permstat needs changes
  • Type: Bug
  • Component: docs
  • Sub-Component: tools
  • Affected Version: 7u7
  • Priority: P3
  • Status: Resolved
  • Resolution: Fixed
  • OS: generic
  • CPU: generic
  • Submitted: 2012-09-18
  • Updated: 2013-10-17
  • Resolved: 2013-10-17
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
8Fixed
Related Reports
Relates :  
Description
There is  description of interned String in doc. of  jmap -permstat.

http://docs.oracle.com/javase/7/docs/technotes/tools/share/jmap.html
| -permstat
| .......In addition, the number and size of interned Strings are printed.

However, the inf. of  "the number and size of interned Strings." is not diplayed with -permstat, but with -heap.
The above-mentioned inf. should be moved to the description of "-heap" option.

Comments
The specified text about interned Strings has been moved to the -heap option.
17-10-2013

Will move "the number and size of interned Strings" information to the -heap option.
14-10-2013