< prev index next >

src/hotspot/share/runtime/vmStructs.cpp

Print this page

        

*** 605,616 **** --- 605,624 ---- \ static_field(StubRoutines, _verify_oop_count, jint) \ static_field(StubRoutines, _call_stub_return_address, address) \ static_field(StubRoutines, _aescrypt_encryptBlock, address) \ static_field(StubRoutines, _aescrypt_decryptBlock, address) \ + AARCH32_ONLY(static_field(StubRoutines, _aes_table_te_addr, address)) \ + AARCH32_ONLY(static_field(StubRoutines, _aes_table_td_addr, address)) \ static_field(StubRoutines, _cipherBlockChaining_encryptAESCrypt, address) \ static_field(StubRoutines, _cipherBlockChaining_decryptAESCrypt, address) \ + AARCH32_ONLY(static_field(StubRoutines, _sha1_implCompress, address)) \ + AARCH32_ONLY(static_field(StubRoutines, _sha1_table_addr, address)) \ + AARCH32_ONLY(static_field(StubRoutines, _sha256_implCompress, address)) \ + AARCH32_ONLY(static_field(StubRoutines, _sha256_table_addr, address)) \ + AARCH32_ONLY(static_field(StubRoutines, _sha512_implCompress, address)) \ + AARCH32_ONLY(static_field(StubRoutines, _sha512_table_addr, address)) \ static_field(StubRoutines, _counterMode_AESCrypt, address) \ static_field(StubRoutines, _ghash_processBlocks, address) \ static_field(StubRoutines, _base64_encodeBlock, address) \ static_field(StubRoutines, _updateBytesCRC32, address) \ static_field(StubRoutines, _crc_table_adr, address) \
< prev index next >