JDK-8004835 : Improve AES intrinsics on x86
  • Type: Enhancement
  • Component: hotspot
  • Sub-Component: compiler
  • Priority: P3
  • Status: Resolved
  • Resolution: Fixed
  • CPU: x86
  • Submitted: 2012-12-11
  • Updated: 2013-06-26
  • Resolved: 2012-12-20
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 7 JDK 8 Other
7u40Fixed 8Fixed hs24Fixed
Related Reports
Duplicate :  
Relates :  
Description
1. Allow to run AES intrinsics on non-AVX cpus because pshufb instructions references only aligned memory "key_shuffle_mask".

2. Group together aes instructions in encryptBlock/decryptBlock stubs: pre-load keys into separate xmm registers before aes instructions.