src/share/vm/opto/runtime.hpp

changeset 9806
758c07667682
parent 8604
04d83ba48607
parent 9788
44ef77ad417c
equal deleted inserted replaced
9762:c97db0855565 9806:758c07667682
309 309
310 static const TypeFunc* mulAdd_Type(); 310 static const TypeFunc* mulAdd_Type();
311 static const TypeFunc* montgomeryMultiply_Type(); 311 static const TypeFunc* montgomeryMultiply_Type();
312 static const TypeFunc* montgomerySquare_Type(); 312 static const TypeFunc* montgomerySquare_Type();
313 313
314 static const TypeFunc* ghash_processBlocks_Type();
315
314 static const TypeFunc* updateBytesCRC32_Type(); 316 static const TypeFunc* updateBytesCRC32_Type();
315 317
316 // leaf on stack replacement interpreter accessor types 318 // leaf on stack replacement interpreter accessor types
317 static const TypeFunc* osr_end_Type(); 319 static const TypeFunc* osr_end_Type();
318 320

mercurial