< prev index next >

src/share/vm/opto/runtime.hpp

Print this page

        

*** 310,319 **** --- 310,321 ---- static const TypeFunc* sha_implCompress_Type(); static const TypeFunc* digestBase_implCompressMB_Type(); static const TypeFunc* multiplyToLen_Type(); + static const TypeFunc* ghash_processBlocks_Type(); + static const TypeFunc* updateBytesCRC32_Type(); // leaf on stack replacement interpreter accessor types static const TypeFunc* osr_end_Type();
< prev index next >