RFR: JDK-8273914: Indy string concat changes order of operations [v5]

Liam Miller-Cushon cushon at openjdk.java.net
Mon Nov 15 20:48:38 UTC 2021


On Thu, 14 Oct 2021 17:14:42 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`.
>
> Liam Miller-Cushon has updated the pull request incrementally with one additional commit since the last revision:
> 
>   Rename WellKnownTypes to WellKnownTypeSignatures
>   
>   and add more functional test coverage for string concat of well-known
>   types, covering all strategies.

> This pull request has been inactive for more than 4 weeks

The [CSR is still in progress](https://bugs.openjdk.java.net/browse/JDK-8274863?focusedCommentId=14458216&page=com.atlassian.jira.plugin.system.issuetabpanels%3Acomment-tabpanel#comment-14458216)

-------------

PR: https://git.openjdk.java.net/jdk/pull/5844


More information about the compiler-dev mailing list