RFR: 8371820: Further AES performance improvements for key schedule generation [v4]

Martin Doerr mdoerr at openjdk.org
Sat Nov 22 11:04:53 UTC 2025


On Sat, 22 Nov 2025 01:15:11 GMT, Shawn M Emery <duke at openjdk.org> wrote:

> The updated intrinsics changes looks good as well, except why are lines 7456 and 8631 not changing in src/hotspot/share/opto/library_call.cpp?

Thanks a lot for reviewing! These two lines use the default `is_decrypt = false` because `inline_counterMode_AESCrypt()` and `inline_galoisCounterMode_AESCrypt()` only do encryption. We could make that explicit if you prefer.

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

PR Comment: https://git.openjdk.org/jdk/pull/28299#issuecomment-3566535235


More information about the graal-dev mailing list