JDK-8041679 : Replace uses of StringBuffer with StringBuilder within core library classes
  • Type: Bug
  • Component: core-libs
  • Affected Version: 9
  • Priority: P4
  • Status: Resolved
  • Resolution: Fixed
  • Submitted: 2014-04-24
  • Updated: 2024-11-01
  • Resolved: 2014-06-16
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.
JDK 9
9 b20Fixed
Related Reports
Duplicate :  
Duplicate :  
Relates :  
Relates :  
Description
Many usages within the JDK use StringBuffer when they could be replaced by the non-thread-safe equivalent StringBuilder 
Comments
URL: http://hg.openjdk.java.net/jdk9/jdk9/jdk/rev/319f26fadef4 User: lana Date: 2014-06-20 17:39:54 +0000
20-06-2014

URL: http://hg.openjdk.java.net/jdk9/dev/jdk/rev/319f26fadef4 User: psandoz Date: 2014-06-16 16:46:06 +0000
16-06-2014