hotspot/src/share/vm/runtime/stubRoutines.cpp
changeset 31404 63e8fcd70bfc
parent 31129 02ee7609f0e1
child 31408 73a4dd2fcd43
--- 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;