Relates :
|
If we are unlucky enough to throw an OutOfMemoryError in certain StringConcatFactory static initializers, then string concat is permanently broken, even if the OOM condition was temporary. There is no fallback to StringBuilder, for example.
|