-
Bug
-
Resolution: Fixed
-
P3
-
7u7
-
generic
-
generic
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.
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.
- relates to
-
JDK-6962931 move interned strings out of the perm gen
-
- Resolved
-