--- old/src/share/vm/runtime/vmStructs.cpp 2015-06-11 10:35:45.027495252 -0700 +++ new/src/share/vm/runtime/vmStructs.cpp 2015-06-11 10:35:44.939493876 -0700 @@ -828,6 +828,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) \