RFR: 8049776: Implement C1 AES/CBC crypto acceleration framework
Roland Westrelin
roland.westrelin at oracle.com
Thu Jul 10 14:37:38 UTC 2014
> http://cr.openjdk.java.net/~vladidan/8049776/webrev.00/
GraphBuilder::try_inline_intrinsics() does profiling (lines 3654 - 3669 and line 3678). append_crypto_cbc_aes() doesn’t. You should probably move the profiling code lines 3654 - 3669 and line 3678 in their own methods and call them from append_crypto_cbc_aes().
In GraphBuilder::append_crypto_cbc_aes(), InstanceOf should be passed NULL instead of copy_state_exhandling().
Otherwise, it looks good to me.
Roland.
More information about the hotspot-dev
mailing list