--- old/src/hotspot/share/runtime/vmStructs.cpp 2018-09-25 19:23:59.000000000 +0300 +++ new/src/hotspot/share/runtime/vmStructs.cpp 2018-09-25 19:23:59.000000000 +0300 @@ -607,8 +607,16 @@ 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) \