--- old/src/share/vm/runtime/vmStructs.cpp 2015-02-19 16:36:15.733954922 -0800 +++ new/src/share/vm/runtime/vmStructs.cpp 2015-02-19 16:36:15.677955279 -0800 @@ -823,6 +823,7 @@ static_field(StubRoutines, _aescrypt_decryptBlock, address) \ static_field(StubRoutines, _cipherBlockChaining_encryptAESCrypt, address) \ static_field(StubRoutines, _cipherBlockChaining_decryptAESCrypt, address) \ + static_field(StubRoutines, _ghash_processBlocks, address) \ static_field(StubRoutines, _updateBytesCRC32, address) \ static_field(StubRoutines, _crc_table_adr, address) \ static_field(StubRoutines, _multiplyToLen, address) \