RFR: JDK-8273914: Indy string concat changes order of operations.
Joe Darcy
darcy at openjdk.java.net
Wed Oct 6 21:42:05 UTC 2021
On Wed, 6 Oct 2021 21:00:04 GMT, Liam Miller-Cushon <cushon at openjdk.org> wrote:
> This change makes string concatenation call `toString` on the arguments eagerly, to preserve the correct evaluation order of the arguments and the calls to `toString`.
Please file a CSR for this issues to discuss the behavioral changes, even if to fix a bug.
-------------
PR: https://git.openjdk.java.net/jdk/pull/5844
More information about the compiler-dev
mailing list