--- old/src/share/vm/runtime/stubRoutines.cpp 2015-06-11 10:35:44.419485746 -0700 +++ new/src/share/vm/runtime/stubRoutines.cpp 2015-06-11 10:35:44.327484307 -0700 @@ -125,6 +125,7 @@ address StubRoutines::_aescrypt_decryptBlock = NULL; address StubRoutines::_cipherBlockChaining_encryptAESCrypt = NULL; address StubRoutines::_cipherBlockChaining_decryptAESCrypt = NULL; +address StubRoutines::_ghash_processBlocks = NULL; address StubRoutines::_sha1_implCompress = NULL; address StubRoutines::_sha1_implCompressMB = NULL;