RFR: 8229186: Improve error messages for TestStringIntrinsics failures [v2]
Evgeny Nikitin
enikitin at openjdk.java.net
Wed Sep 30 11:52:02 UTC 2020
On Mon, 28 Sep 2020 19:55:44 GMT, Igor Ignatyev <iignatyev at openjdk.org> wrote:
>> Evgeny Nikitin has updated the pull request incrementally with one additional commit since the last revision:
>>
>> Fix indent in ArrayCodec
>
> test/lib/jdk/test/lib/format/ArrayCodec.java line 260:
>
>> 258: if (delta > 0) {
>> 259: element = Format.paddingForWidth(delta) + element;
>> 260: }
>
> wrong indent
Fixed.
-------------
PR: https://git.openjdk.java.net/jdk/pull/112
More information about the hotspot-compiler-dev
mailing list