--- old/src/hotspot/share/jvmci/vmStructs_jvmci.cpp 2020-08-17 12:17:07.746483542 -0500 +++ new/src/hotspot/share/jvmci/vmStructs_jvmci.cpp 2020-08-17 12:17:07.626490764 -0500 @@ -309,6 +309,7 @@ static_field(StubRoutines, _electronicCodeBook_decryptAESCrypt, address) \ static_field(StubRoutines, _counterMode_AESCrypt, address) \ static_field(StubRoutines, _base64_encodeBlock, address) \ + static_field(StubRoutines, _base64_decodeBlock, address) \ static_field(StubRoutines, _ghash_processBlocks, address) \ static_field(StubRoutines, _sha1_implCompress, address) \ static_field(StubRoutines, _sha1_implCompressMB, address) \