Users should not be allowed to specify the StringTableSize. Instead, users could specify a suggested internal string count. The JVM could then predict the max number of strings, allowing it to set an appropriate size - based on whatever underlying storage is being used.
This would also allow the JVM to potentially resize the String Table.
This would also allow the JVM to potentially resize the String Table.
- duplicates
-
JDK-7133093 Improve system dictionary performance
-
- Resolved
-
- relates to
-
JDK-7122219 Passed StringTableSize value not verified
-
- Closed
-