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

Dong Bo dongbo at openjdk.java.net
Tue Jun 1 00:40:23 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.

This pull request has now been integrated.

Changeset: ae2f37f8
Author:    Dong Bo <dongbo at openjdk.org>
Committer: Fei Yang <fyang at openjdk.org>
URL:       https://git.openjdk.java.net/jdk/commit/ae2f37f868bfdcb3d46098e91ed537fb199d7dbe
Stats:     3 lines in 1 file changed: 0 ins; 0 del; 3 mod

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

Reviewed-by: aph, neliasso

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

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


More information about the hotspot-compiler-dev mailing list