hotspot/src/share/vm/opto/runtime.hpp
changeset 14132 3c1437abcefd
parent 13728 882756847a04
child 14835 70896cb93c35
--- a/hotspot/src/share/vm/opto/runtime.hpp	Tue Oct 23 13:06:37 2012 -0700
+++ b/hotspot/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();