--- a/hotspot/src/share/vm/runtime/stubRoutines.cpp Tue Jun 16 16:10:36 2015 -0700
+++ b/hotspot/src/share/vm/runtime/stubRoutines.cpp Wed Jun 17 17:48:25 2015 -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;