-
Enhancement
-
Resolution: Duplicate
-
P3
-
None
-
7u2
-
None
-
x86
-
linux
See attachments for a detailed description.
The basic idea is to scan the heap's old collection for immutable objects (e.g. Strings). When duplicate Strings are identified, force them to share the char[]. This idea doesn't apply strictly to Strings.
The basic idea is to scan the heap's old collection for immutable objects (e.g. Strings). When duplicate Strings are identified, force them to share the char[]. This idea doesn't apply strictly to Strings.
- duplicates
-
JDK-7133390 De-duplication of Fields of Immutable Objects (Strings)
- Resolved