[jdk11u-dev] RFR: 8279833: Loop optimization issue in String.encodeUTF8_UTF16
Goetz Lindenmaier
goetz at openjdk.java.net
Wed Jan 26 08:21:40 UTC 2022
On Tue, 25 Jan 2022 09:53:58 GMT, Thomas Stuefe <stuefe at openjdk.org> wrote:
> > > 8259842 change also brought the benchmark edited by this change.
> > > I include the whole benchmark in this change. I had to adapt the strings
> > > to compile with 11.
>
> > Could you point out the changed strings please?
>
> Hmm, the test is identical to master. I assume that is what you wanted.
The original uses text blocks ("""), I am using normal Strings and '+' to concatenate. The intend is to have the identical String as in master in the end.
-------------
PR: https://git.openjdk.java.net/jdk11u-dev/pull/791
More information about the jdk-updates-dev
mailing list