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

Lutz Schmidt lucy at openjdk.java.net
Mon Apr 25 14:35:29 UTC 2022


On Mon, 25 Apr 2022 14:13:38 GMT, Martin Doerr <mdoerr at openjdk.org> wrote:

>> 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.

Done. See latest commit.

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

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


More information about the hotspot-compiler-dev mailing list