RFR: JDK-8273914: Indy string concat changes order of operations [v2]
Liam Miller-Cushon
cushon at openjdk.java.net
Thu Oct 7 19:47:50 UTC 2021
On Thu, 7 Oct 2021 19:42:38 GMT, Liam Miller-Cushon <cushon at openjdk.org> wrote:
>> test/langtools/tools/javac/StringConcat/StringAppendEvaluatesInOrder.java line 28:
>>
>>> 26: * @bug 8273914
>>> 27: * @summary Indy string concat changes order of operations
>>> 28: *
>>
>> Here and later: please add the test block with `-XDstringConcat=inline` here as well, so that test would verify that every javac strategy produces the same result?
>
> Done, thanks
(The `WellKnownTypes` test still only exercises the indy strategies, because it's testing logic that only exists in those strategies.)
-------------
PR: https://git.openjdk.java.net/jdk/pull/5844
More information about the compiler-dev
mailing list