On Sat, 22 Nov 2025 01:15:11 GMT, Shawn M Emery <[email protected]> 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
