JDK-4822325 : Remove String/StringBuffer sharing
  • Type: Enhancement
  • Component: core-libs
  • Sub-Component: java.lang
  • Affected Version: 1.4.0,1.4.1,5.0
  • Priority: P4
  • Status: Resolved
  • Resolution: Fixed
  • OS:
    generic,solaris_7,windows_2000,windows_xp generic,solaris_7,windows_2000,windows_xp
  • CPU: generic,x86,sparc
  • Submitted: 2003-02-21
  • Updated: 2003-04-10
  • Resolved: 2003-04-10
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.
Other
5.0 tigerFixed
Related Reports
Duplicate :  
Duplicate :  
Duplicate :  
Relates :  
Description
Removing String/StringBuffer sharing will be necessary for correctness in light of the new memory model, it will reduce the wasted memory caused by oversized backing arrays for Strings, and it will allow the introduction of an unsynchronized version of StringBuffer. Other VM improvements may also be enabled by this change.

Comments
CONVERTED DATA BugTraq+ Release Management Values COMMIT TO FIX: tiger FIXED IN: tiger INTEGRATED IN: tiger tiger-b05
14-06-2004

EVALUATION We will try this in Tiger, the earlier the better. ###@###.### 2003-02-21
21-02-2003