RFR: 8278757: [s390] Implement AES Counter Mode Intrinsic [v8]

Martin Doerr mdoerr at openjdk.java.net
Mon Apr 25 14:17:27 UTC 2022


On Mon, 25 Apr 2022 13:56:56 GMT, Lutz Schmidt <lucy at openjdk.org> wrote:

>> What would happen in product build? Jump to NULL? I wouldn't call this a safety net :-)
>
> As far as I understand the code, bool LibraryCallKit::inline_aescrypt_Block() would return false, effectively preventing the intrinsic code to be called.

Ok, `try_to_inline` should return false. I suggest to add a comment in the `else` block.

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

PR: https://git.openjdk.java.net/jdk/pull/8142


More information about the hotspot-compiler-dev mailing list