src/share/vm/opto/runtime.hpp

changeset 8318
ea7ac121a5d3
parent 8307
daaf806995b3
child 8604
04d83ba48607
child 9788
44ef77ad417c
equal deleted inserted replaced
8317:ebd6745380b9 8318:ea7ac121a5d3
306 static const TypeFunc* multiplyToLen_Type(); 306 static const TypeFunc* multiplyToLen_Type();
307 307
308 static const TypeFunc* squareToLen_Type(); 308 static const TypeFunc* squareToLen_Type();
309 309
310 static const TypeFunc* mulAdd_Type(); 310 static const TypeFunc* mulAdd_Type();
311 static const TypeFunc* montgomeryMultiply_Type();
312 static const TypeFunc* montgomerySquare_Type();
311 313
312 static const TypeFunc* updateBytesCRC32_Type(); 314 static const TypeFunc* updateBytesCRC32_Type();
313 315
314 // leaf on stack replacement interpreter accessor types 316 // leaf on stack replacement interpreter accessor types
315 static const TypeFunc* osr_end_Type(); 317 static const TypeFunc* osr_end_Type();

mercurial