-
Bug
-
Resolution: Fixed
-
P3
-
23
-
None
When an exception handler for an OutOfMemoryError uses string concatenation to compose an exception message, the invoke dynamic string format implementation may itself exhaust memory, preventing the exception from being handled.
Explicit use String.concat() call can improve exception handling.
Explicit use String.concat() call can improve exception handling.