RFR: 8282664: Unroll by hand StringUTF16 and StringLatin1 polynomial hash loops [v20]
Claes Redestad
redestad at openjdk.org
Tue Jan 17 20:55:12 UTC 2023
On Tue, 17 Jan 2023 18:46:00 GMT, Vladimir Ivanov <vlivanov at openjdk.org> wrote:
>> Claes Redestad has updated the pull request incrementally with one additional commit since the last revision:
>>
>> trailing ws
>
> src/hotspot/share/opto/machnode.cpp line 211:
>
>> 209: opcnt++; // Bump operand count
>> 210: assert( opcnt < numopnds, "Accessing non-existent operand" );
>> 211:
>
> A leftover from a previous change?
Fixed
-------------
PR: https://git.openjdk.org/jdk/pull/10847
More information about the hotspot-compiler-dev
mailing list