-
Type:
Bug
-
Resolution: Fixed
-
Priority:
P3
-
Affects Version/s: 7
-
Component/s: core-libs
The fix for 6933217 inadvertently changed the array expansion algorithm for StringBuffer (et al) ensureCapacity to simply double the size; however the specification requires that it expand by 2N+2.
- relates to
-
JDK-6933217 Huge arrays handled poorly in core libraries
-
- Closed
-