RFR: 8320448: Accelerate IndexOf using AVX2 [v19]
Scott Gibbons
sgibbons at openjdk.org
Sat May 18 00:02:17 UTC 2024
On Wed, 15 May 2024 19:18:02 GMT, Volodymyr Paprotski <duke at openjdk.org> wrote:
>> Scott Gibbons has updated the pull request incrementally with one additional commit since the last revision:
>>
>> Rearrange; add lambdas for clarity
>
> test/jdk/java/lang/StringBuffer/IndexOf.java line 40:
>
>> 38: private static boolean failure = false;
>> 39: public static void main(String[] args) throws Exception {
>> 40: String testName = "IndexOf";
>
> intentation
Fixed
-------------
PR Review Comment: https://git.openjdk.org/jdk/pull/16753#discussion_r1605619940
More information about the hotspot-compiler-dev
mailing list