diff src/share/vm/opto/runtime.hpp @ 6894:a3ecd773a7b9

7184394: add intrinsics to use AES instructions Summary: Use new x86 AES instructions for AESCrypt. Reviewed-by: twisti, kvn, roland Contributed-by: tom.deneau@amd.com
author kvn
date Wed, 24 Oct 2012 14:33:22 -0700
parents da91efe96a93
children 2d6c433b1f38
line wrap: on
line diff
--- a/src/share/vm/opto/runtime.hpp	Tue Oct 23 13:06:37 2012 -0700
+++ b/src/share/vm/opto/runtime.hpp	Wed Oct 24 14:33:22 2012 -0700
@@ -280,6 +280,9 @@
 
   static const TypeFunc* array_fill_Type();
 
+  static const TypeFunc* aescrypt_block_Type();
+  static const TypeFunc* cipherBlockChaining_aescrypt_Type();
+
   // leaf on stack replacement interpreter accessor types
   static const TypeFunc* osr_end_Type();