RFR: 8293230: x86_64: Move AES and GHASH stub definitions into separate source files

Vladimir Ivanov vlivanov at openjdk.org
Thu Sep 1 18:02:34 UTC 2022


Move code related to AES and GHASH stubs from stubGenerator_x86_64.cpp into stubGenerator_x86_64_aes.cpp and stubGenerator_x86_64_ghash.cpp respectively.

Testing: hs-tier1 - hs-tier4

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

Depends on: https://git.openjdk.org/jdk/pull/10111

Commit messages:
 - update
 - Refactor AES and GHASH stubs.

Changes: https://git.openjdk.org/jdk/pull/10124/files
 Webrev: https://webrevs.openjdk.org/?repo=jdk&pr=10124&range=00
  Issue: https://bugs.openjdk.org/browse/JDK-8293230
  Stats: 7523 lines in 6 files changed: 3782 ins; 3721 del; 20 mod
  Patch: https://git.openjdk.org/jdk/pull/10124.diff
  Fetch: git fetch https://git.openjdk.org/jdk pull/10124/head:pull/10124

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


More information about the hotspot-dev mailing list