-
Bug
-
Resolution: Fixed
-
P4
-
25
-
b23
StringBuilder is not specified to be thread safe and if used in multiple threads the relationship among the coder, count, and capacity need to be checked carefully.
The robustness of the implementations can be improved without loss of performance.
The robustness of the implementations can be improved without loss of performance.
- causes
-
JDK-8357823 Changes in StringBuilder (JDK-8351443) caused a 1-3% regression in biojava
-
- Open
-
- relates to
-
JDK-8356793 StringBuilder HugeCapacity fails with SerialGC and ParallelGC
-
- Closed
-
-
JDK-8351000 StringBuilder getChar and putChar robustness
-
- Resolved
-
- links to
-
Commit(master) openjdk/jdk/8fadf295
-
Review(master) openjdk/jdk/24967