src/share/vm/runtime/vmStructs.cpp

changeset 8489
51c505229e71
parent 8307
daaf806995b3
child 8604
04d83ba48607
child 8734
c73c5d205d0a
child 8797
37ba410ffd43
equal deleted inserted replaced
8488:0d5597f44603 8489:51c505229e71
811 static_field(StubRoutines, _cipherBlockChaining_encryptAESCrypt, address) \ 811 static_field(StubRoutines, _cipherBlockChaining_encryptAESCrypt, address) \
812 static_field(StubRoutines, _cipherBlockChaining_decryptAESCrypt, address) \ 812 static_field(StubRoutines, _cipherBlockChaining_decryptAESCrypt, address) \
813 static_field(StubRoutines, _updateBytesCRC32, address) \ 813 static_field(StubRoutines, _updateBytesCRC32, address) \
814 static_field(StubRoutines, _crc_table_adr, address) \ 814 static_field(StubRoutines, _crc_table_adr, address) \
815 static_field(StubRoutines, _multiplyToLen, address) \ 815 static_field(StubRoutines, _multiplyToLen, address) \
816 static_field(StubRoutines, _squareToLen, address) \
817 static_field(StubRoutines, _mulAdd, address) \
816 \ 818 \
817 /*****************/ \ 819 /*****************/ \
818 /* SharedRuntime */ \ 820 /* SharedRuntime */ \
819 /*****************/ \ 821 /*****************/ \
820 \ 822 \

mercurial