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

Andrew Haley aph at openjdk.java.net
Tue Oct 5 17:26:29 UTC 2021


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

Andrew Haley has updated the pull request incrementally with one additional commit since the last revision:

  Cleanup, no functional change.

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

Changes:
  - all: https://git.openjdk.java.net/jdk/pull/5819/files
  - new: https://git.openjdk.java.net/jdk/pull/5819/files/adfcc75c..89e4655b

Webrevs:
 - full: https://webrevs.openjdk.java.net/?repo=jdk&pr=5819&range=01
 - incr: https://webrevs.openjdk.java.net/?repo=jdk&pr=5819&range=00-01

  Stats: 4 lines in 1 file changed: 1 ins; 2 del; 1 mod
  Patch: https://git.openjdk.java.net/jdk/pull/5819.diff
  Fetch: git fetch https://git.openjdk.java.net/jdk pull/5819/head:pull/5819

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


More information about the hotspot-compiler-dev mailing list