RFR: 8230743 - StringJoiner does not handle too large strings correctly

Martin Buchholz martinrb at google.com
Tue Jun 2 23:53:10 UTC 2020


One of these error messages is not like the other

+            OutOfMemoryError("Resulting string is exceeds maximum size");

+            OutOfMemoryError("Resulting string exceeds maximum size");


More information about the core-libs-dev mailing list