JDK-8267125 : AES Galois CounterMode (GCM) interleaved implementation using AVX512 + VAES instructions
  • Type: Enhancement
  • Component: hotspot
  • Sub-Component: compiler
  • Affected Version: 17
  • Priority: P2
  • Status: Resolved
  • Resolution: Fixed
  • CPU: x86
  • Submitted: 2021-05-14
  • Updated: 2024-04-11
  • Resolved: 2021-08-24
The Version table provides details related to the release that this issue/RFE will be addressed.

Unresolved : Release in which this issue/RFE will be addressed.
Resolved: Release in which this issue/RFE has been resolved.
Fixed : Release in which this issue/RFE has been fixed. The release containing this fix may be available for download as an Early Access Release or a General Availability Release.

To download the current JDK release, click here.
JDK 18
18 b12Fixed
Related Reports
Blocks :  
Duplicate :  
Relates :  
Relates :  
Relates :  
Relates :  
Relates :  
Description
I would like to submit AES-GCM optimization for x86_64 architectures supporting AVX3+VAES (Evex encoded AES). This optimization interleaves AES and GHASH operations.
Performance gain of ~1.5x - 2x for message sizes 8k and above.

Contributor: Smita Kamath (smita.kamath@intel.com) and Tomasz Kantecki (tomasz.kantecki@intel.com)

Comments
Changeset: 0e7288ff Author: Smita Kamath <svkamath@openjdk.org> Committer: Anthony Scarpino <ascarpino@openjdk.org> Date: 2021-08-24 18:48:31 +0000 URL: https://git.openjdk.java.net/jdk/commit/0e7288ffbf635b9fdb17e8017e9a4f673ca0501d
24-08-2021