Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-2208435 | 7 | John Coomes | P3 | Closed | Fixed | b136 |
JDK-2218587 | 6u32 | Poonam Bajaj Parhar | P3 | Closed | Fixed | b01 |
JDK-2208954 | 6u30-rev | Poonam Bajaj Parhar | P3 | Closed | Fixed | b22 |
The size of the string table (a chained hash table) is currently a compile-time constant. When the overflow chains become long, performance can degrade. Allow the size of the string table to be set on the command line for performance experiments and as a workaround for applications which stress the string table.
- backported by
-
JDK-2208435 make the string table size configurable
- Closed
-
JDK-2208954 make the string table size configurable
- Closed
-
JDK-2218587 make the string table size configurable
- Closed
- duplicates
-
JDK-7036740 Make stize of string table configurable
- Closed
- relates to
-
JDK-6988220 java.lang.ObjectName use of String.intern() causes major performance issues at scale
- Closed
-
JDK-6962931 move interned strings out of the perm gen
- Resolved
(1 relates to)