RFR: 8371450: AES performance improvements for key schedule generation [v5]

Shawn M Emery duke at openjdk.org
Tue Nov 11 05:40:55 UTC 2025


> This fix improves performance in the AES key schedule generation by eliminating an unnecessary object and unnecessary mask in the inverse key schedule.
> 
> The micro:org.openjdk.bench.javax.crypto.AESReinit benchmark results are improved by 6.96% for arm64 and 7.79% for x86_64.
> 
> Thank you @jnimeh for catching the unnecessary byte mask!

Shawn M Emery has updated the pull request incrementally with one additional commit since the last revision:

  Comment updates - take three

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

Changes:
  - all: https://git.openjdk.org/jdk/pull/28188/files
  - new: https://git.openjdk.org/jdk/pull/28188/files/fc2d1662..2718a125

Webrevs:
 - full: https://webrevs.openjdk.org/?repo=jdk&pr=28188&range=04
 - incr: https://webrevs.openjdk.org/?repo=jdk&pr=28188&range=03-04

  Stats: 1 line in 1 file changed: 0 ins; 0 del; 1 mod
  Patch: https://git.openjdk.org/jdk/pull/28188.diff
  Fetch: git fetch https://git.openjdk.org/jdk.git pull/28188/head:pull/28188

PR: https://git.openjdk.org/jdk/pull/28188


More information about the security-dev mailing list