src/hotspot/share/runtime/stubRoutines.cpp
changeset 50860 480a96a43b62
parent 50728 9375184cec98
child 53546 63eb7e38ce84
--- a/src/hotspot/share/runtime/stubRoutines.cpp	Wed Jun 27 19:09:17 2018 -0700
+++ b/src/hotspot/share/runtime/stubRoutines.cpp	Wed Jun 27 20:21:42 2018 -0700
@@ -128,6 +128,7 @@
 address StubRoutines::_cipherBlockChaining_decryptAESCrypt = NULL;
 address StubRoutines::_counterMode_AESCrypt                = NULL;
 address StubRoutines::_ghash_processBlocks                 = NULL;
+address StubRoutines::_base64_encodeBlock                  = NULL;
 
 address StubRoutines::_sha1_implCompress     = NULL;
 address StubRoutines::_sha1_implCompressMB   = NULL;