RFR: 8256238: Remove Matcher::pass_original_key_for_aes

Claes Redestad redestad at openjdk.java.net
Wed Nov 11 20:14:00 UTC 2020


This removes Matcher::pass_original_key_for_aes() and related code. This was added to workaround some limitations with the AES provider on SPARC and is now effectively dead code.

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

Commit messages:
 - Remove Matcher::pass_original_key_for_aes

Changes: https://git.openjdk.java.net/jdk/pull/1175/files
 Webrev: https://webrevs.openjdk.java.net/?repo=jdk&pr=1175&range=00
  Issue: https://bugs.openjdk.java.net/browse/JDK-8256238
  Stats: 112 lines in 9 files changed: 0 ins; 101 del; 11 mod
  Patch: https://git.openjdk.java.net/jdk/pull/1175.diff
  Fetch: git fetch https://git.openjdk.java.net/jdk pull/1175/head:pull/1175

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


More information about the hotspot-compiler-dev mailing list