RFR: 8267616: AArch64: Fix AES assertion messages in stubGenerator_aarch64.cpp

Nils Eliasson neliasso at openjdk.java.net
Mon May 31 07:14:24 UTC 2021


On Sat, 29 May 2021 02:37:26 GMT, Dong Bo <dongbo at openjdk.org> wrote:

> Trivial fix for the messages of `assert(UseAES, "need AES instructions and misaligned SSE support")` in stubGenerator_aarch64.cpp.
> The SSE instruction set is an extension to the x86 architecture. On aarch64, AES cryptographic extension are used for these intrinsics.

Looks good.

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

Marked as reviewed by neliasso (Reviewer).

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


More information about the hotspot-compiler-dev mailing list