--- old/src/hotspot/share/runtime/vmStructs.cpp 2018-06-27 12:43:06.679515700 -0700 +++ new/src/hotspot/share/runtime/vmStructs.cpp 2018-06-27 12:43:05.956443400 -0700 @@ -618,6 +618,7 @@ static_field(StubRoutines, _cipherBlockChaining_decryptAESCrypt, address) \ static_field(StubRoutines, _counterMode_AESCrypt, address) \ static_field(StubRoutines, _ghash_processBlocks, address) \ + static_field(StubRoutines, _base64_encodeBlock, address) \ static_field(StubRoutines, _updateBytesCRC32, address) \ static_field(StubRoutines, _crc_table_adr, address) \ static_field(StubRoutines, _crc32c_table_addr, address) \