comparison src/share/vm/opto/runtime.hpp @ 20438:166d744df0de

8055494: Add C2 x86 intrinsic for BigInteger::multiplyToLen() method Summary: Add new C2 intrinsic for BigInteger::multiplyToLen() on x86 in 64-bit VM. Reviewed-by: roland
author kvn
date Tue, 02 Sep 2014 12:48:45 -0700
parents b20a35eae442
children daaf806995b3
comparison
equal deleted inserted replaced
20437:bddcb33dadf4 20438:166d744df0de
301 static const TypeFunc* cipherBlockChaining_aescrypt_Type(); 301 static const TypeFunc* cipherBlockChaining_aescrypt_Type();
302 302
303 static const TypeFunc* sha_implCompress_Type(); 303 static const TypeFunc* sha_implCompress_Type();
304 static const TypeFunc* digestBase_implCompressMB_Type(); 304 static const TypeFunc* digestBase_implCompressMB_Type();
305 305
306 static const TypeFunc* multiplyToLen_Type();
307
306 static const TypeFunc* updateBytesCRC32_Type(); 308 static const TypeFunc* updateBytesCRC32_Type();
307 309
308 // leaf on stack replacement interpreter accessor types 310 // leaf on stack replacement interpreter accessor types
309 static const TypeFunc* osr_end_Type(); 311 static const TypeFunc* osr_end_Type();
310 312