--- old/src/hotspot/share/aot/aotCodeHeap.cpp 2020-08-17 12:17:05.876596090 -0500 +++ new/src/hotspot/share/aot/aotCodeHeap.cpp 2020-08-17 12:17:05.756603313 -0500 @@ -553,6 +553,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_base64_decodeBlock", address, StubRoutines::_base64_decodeBlock); 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);