-
Bug
-
Resolution: Fixed
-
P2
-
1.4.2, 5.0
-
b24
-
sparc
-
solaris_7
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-2069561 | 5.0 | Michael Mccloskey | P2 | Resolved | Fixed | b08 |
The append(primitive type) methods are not properly synchronized. They used to rely upon the fact that StringBuffer.append(str) is synchronized instead but they have since been changed to use new package private wrapper methods and since then the methods are no longer synchronized.
- backported by
-
JDK-2069561 StringBuffer synchronization oversights
-
- Resolved
-