RFR: JDK-8273914: Indy string concat changes order of operations
Liam Miller-Cushon
cushon at openjdk.java.net
Wed Oct 6 22:34:10 UTC 2021
On Wed, 6 Oct 2021 21:38:41 GMT, Joe Darcy <darcy 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.
@jddarcy thanks, I have opened a CSR: https://bugs.openjdk.java.net/browse/JDK-8274863
-------------
PR: https://git.openjdk.java.net/jdk/pull/5844
More information about the compiler-dev
mailing list