src/share/vm/opto/runtime.hpp

changeset 4205
a3ecd773a7b9
parent 4037
da91efe96a93
child 4364
2d6c433b1f38
     1.1 --- a/src/share/vm/opto/runtime.hpp	Tue Oct 23 13:06:37 2012 -0700
     1.2 +++ b/src/share/vm/opto/runtime.hpp	Wed Oct 24 14:33:22 2012 -0700
     1.3 @@ -280,6 +280,9 @@
     1.4  
     1.5    static const TypeFunc* array_fill_Type();
     1.6  
     1.7 +  static const TypeFunc* aescrypt_block_Type();
     1.8 +  static const TypeFunc* cipherBlockChaining_aescrypt_Type();
     1.9 +
    1.10    // leaf on stack replacement interpreter accessor types
    1.11    static const TypeFunc* osr_end_Type();
    1.12  

mercurial