--- a/hotspot/src/share/vm/runtime/stubRoutines.cpp Mon Dec 28 10:10:37 2015 -1000
+++ b/hotspot/src/share/vm/runtime/stubRoutines.cpp Mon Dec 28 23:11:01 2015 -0800
@@ -127,6 +127,7 @@
address StubRoutines::_aescrypt_decryptBlock = NULL;
address StubRoutines::_cipherBlockChaining_encryptAESCrypt = NULL;
address StubRoutines::_cipherBlockChaining_decryptAESCrypt = NULL;
+address StubRoutines::_counterMode_AESCrypt = NULL;
address StubRoutines::_ghash_processBlocks = NULL;
address StubRoutines::_sha1_implCompress = NULL;