diff -r b2c669fd8114 -r a3ecd773a7b9 src/share/vm/opto/runtime.hpp --- 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();