RFR: 8256238: Remove Matcher::pass_original_key_for_aes

Tobias Hartmann thartmann at openjdk.java.net
Thu Nov 12 10:20:00 UTC 2020


On Wed, 11 Nov 2020 20:05:17 GMT, Claes Redestad <redestad at openjdk.org> wrote:

> 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.

Otherwise looks good to me.

src/hotspot/share/opto/library_call.cpp line 5785:

> 5783: 
> 5784:   // Call the stub, passing src_start, dest_start, k_start, r_start and src_len
> 5785:   Node* ecbCrypt = make_runtime_call(RC_LEAF | RC_NO_FP,

Indentation should be fixed.

src/hotspot/share/opto/library_call.cpp line 5864:

> 5862: 
> 5863:   // Call the stub, passing src_start, dest_start, k_start, r_start and src_len
> 5864:   Node* ctrCrypt = make_runtime_call(RC_LEAF|RC_NO_FP,

Indentation should be fixed.

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

Marked as reviewed by thartmann (Reviewer).

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


More information about the hotspot-compiler-dev mailing list