< prev index next >

src/share/vm/opto/runtime.hpp

Print this page
rev 9055 : 8073108: Use x86 and SPARC CPU instructions for GHASH acceleration
Reviewed-by: kvn, jrose

*** 309,318 **** --- 309,320 ---- static const TypeFunc* mulAdd_Type(); static const TypeFunc* montgomeryMultiply_Type(); static const TypeFunc* montgomerySquare_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 >