On Wed, 28 Oct 2020 22:44:37 GMT, Claes Redestad <redes...@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