RFR: 8254782: Fix benchmark issues in java/lang/StringIndexOfChar.java benchmark [v2]
Jason Tatton
github.com+70893615+jasontatton-aws at openjdk.java.net
Thu Oct 29 00:59:57 UTC 2020
On Wed, 28 Oct 2020 22:44:37 GMT, Claes Redestad <redestad at openjdk.org> wrote:
>> Jason Tatton has updated the pull request incrementally with one additional commit since the last revision:
>>
>> Adjusted benchmark to use BlackHole and improved String array syntax as advised
>
> test/micro/org/openjdk/bench/java/lang/StringIndexOfChar.java line 63:
>
>> 61: private String [] utf16_sse4;
>> 62: private String [] utf16_avx2;
>> 63: private String [] utf16_mixedLength;
>
> I'd be a little bit happier with `String[]` rather than `String []`
Thanks Claes, I have made the modifications as advised
-------------
PR: https://git.openjdk.java.net/jdk/pull/918
More information about the core-libs-dev
mailing list