RFR: 8371820: Further AES performance improvements for key schedule generation [v5]
Martin Doerr
mdoerr at openjdk.org
Tue Nov 25 09:25:31 UTC 2025
On Tue, 25 Nov 2025 07:16:08 GMT, Shawn M Emery <duke at openjdk.org> wrote:
>> Martin Doerr has updated the pull request with a new target base due to a merge or a rebase. The incremental webrev excludes the unrelated changes brought in by the merge/rebase. The pull request contains six additional commits since the last revision:
>>
>> - Address review comments.
>> - Merge remote-tracking branch 'origin' into 8371820_AES_Crypt
>> - Remove K from AES_Crypt
>> - More minor cleanup.
>> - Improve comment and minor cleanup.
>> - 8371820: Further AES performance improvements for key schedule generation
>
> src/hotspot/share/opto/library_call.cpp line 7236:
>
>> 7234: address stubAddr = nullptr;
>> 7235: const char *stubName = nullptr;
>> 7236: bool is_decrypt= false;
>
> nit: s/is_decrypt= false/is_decrypt = false/
Thanks for catching this! Fixed.
-------------
PR Review Comment: https://git.openjdk.org/jdk/pull/28299#discussion_r2559217516
More information about the graal-dev
mailing list