src/hotspot/share/aot/aotCodeHeap.cpp
changeset 50860 480a96a43b62
parent 49982 9042ffe5b7fe
child 51064 1a89ca728abd
--- a/src/hotspot/share/aot/aotCodeHeap.cpp	Wed Jun 27 19:09:17 2018 -0700
+++ b/src/hotspot/share/aot/aotCodeHeap.cpp	Wed Jun 27 20:21:42 2018 -0700
@@ -520,6 +520,7 @@
 
     SET_AOT_GLOBAL_SYMBOL_VALUE("_aot_stub_routines_counterMode_AESCrypt", address, StubRoutines::_counterMode_AESCrypt);
     SET_AOT_GLOBAL_SYMBOL_VALUE("_aot_stub_routines_ghash_processBlocks", address, StubRoutines::_ghash_processBlocks);
+    SET_AOT_GLOBAL_SYMBOL_VALUE("_aot_stub_routines_base64_encodeBlock", address, StubRoutines::_base64_encodeBlock);
     SET_AOT_GLOBAL_SYMBOL_VALUE("_aot_stub_routines_crc32c_table_addr", address, StubRoutines::_crc32c_table_addr);
     SET_AOT_GLOBAL_SYMBOL_VALUE("_aot_stub_routines_updateBytesCRC32C", address, StubRoutines::_updateBytesCRC32C);
     SET_AOT_GLOBAL_SYMBOL_VALUE("_aot_stub_routines_updateBytesAdler32", address, StubRoutines::_updateBytesAdler32);