RFR: 8371450: AES performance improvements for key schedule generation [v5]

duke duke at openjdk.org
Thu Nov 13 06:43:06 UTC 2025


On Tue, 11 Nov 2025 05:40:55 GMT, Shawn M Emery <duke at openjdk.org> wrote:

>> This fix improves performance in the AES key schedule generation by eliminating an unnecessary object and unnecessary mask in the inverse key schedule.
>> 
>> The micro:org.openjdk.bench.javax.crypto.AESReinit benchmark results are improved by 6.96% for arm64 and 7.79% for x86_64.
>> 
>> Thank you @jnimeh for catching the unnecessary byte mask!
>
> Shawn M Emery has updated the pull request incrementally with one additional commit since the last revision:
> 
>   Comment updates - take three

@smemery 
Your change (at version 2718a1256f0f8685b67251c39b2064b214b4712f) is now ready to be sponsored by a Committer.

-------------

PR Comment: https://git.openjdk.org/jdk/pull/28188#issuecomment-3525782893


More information about the security-dev mailing list