Integrated: 8274730: AArch64: AES/GCM acceleration is broken by the fix for JDK-8273297

Andrew Haley aph at openjdk.java.net
Wed Oct 6 08:21:13 UTC 2021


On Tue, 5 Oct 2021 09:58:38 GMT, Andrew Haley <aph at openjdk.org> wrote:

> The recent AES/GCM acceleration on AArch64 was broken by https://bugs.openjdk.java.net/browse/JDK-8273297 . This was entirely expected, and I approved the patch, but now we must make AArch64 acceleration work again. 
> The only significant change from the point of view of this patch is that one argument was added to the call to the intrinsic, and that argument caused another argument to spill onto the stack.

This pull request has now been integrated.

Changeset: c74726db
Author:    Andrew Haley <aph at openjdk.org>
URL:       https://git.openjdk.java.net/jdk/commit/c74726dbd0767d02abf9535361a86ffb69b646d9
Stats:     20 lines in 3 files changed: 11 ins; 1 del; 8 mod

8274730: AArch64: AES/GCM acceleration is broken by the fix for JDK-8273297

Reviewed-by: adinn, roland, kvn

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

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


More information about the hotspot-compiler-dev mailing list