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

Andrew Haley aph at openjdk.java.net
Sat May 29 08:53:25 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.

Marked as reviewed by aph (Reviewer).

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

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


More information about the hotspot-compiler-dev mailing list