comparison src/share/vm/runtime/vmStructs.cpp @ 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 6e0cb14ce59b
children f6f9aec27858
comparison
equal deleted inserted replaced
20437:bddcb33dadf4 20438:166d744df0de
812 static_field(StubRoutines, _aescrypt_decryptBlock, address) \ 812 static_field(StubRoutines, _aescrypt_decryptBlock, address) \
813 static_field(StubRoutines, _cipherBlockChaining_encryptAESCrypt, address) \ 813 static_field(StubRoutines, _cipherBlockChaining_encryptAESCrypt, address) \
814 static_field(StubRoutines, _cipherBlockChaining_decryptAESCrypt, address) \ 814 static_field(StubRoutines, _cipherBlockChaining_decryptAESCrypt, address) \
815 static_field(StubRoutines, _updateBytesCRC32, address) \ 815 static_field(StubRoutines, _updateBytesCRC32, address) \
816 static_field(StubRoutines, _crc_table_adr, address) \ 816 static_field(StubRoutines, _crc_table_adr, address) \
817 static_field(StubRoutines, _multiplyToLen, address) \
817 \ 818 \
818 /*****************/ \ 819 /*****************/ \
819 /* SharedRuntime */ \ 820 /* SharedRuntime */ \
820 /*****************/ \ 821 /*****************/ \
821 \ 822 \