--- old/src/hotspot/share/jvmci/vmStructs_jvmci.cpp 2018-06-27 12:42:33.534201500 -0700 +++ new/src/hotspot/share/jvmci/vmStructs_jvmci.cpp 2018-06-27 12:42:32.633111400 -0700 @@ -297,6 +297,7 @@ static_field(StubRoutines, _cipherBlockChaining_encryptAESCrypt, address) \ static_field(StubRoutines, _cipherBlockChaining_decryptAESCrypt, address) \ static_field(StubRoutines, _counterMode_AESCrypt, address) \ + static_field(StubRoutines, _base64_encodeBlock, address) \ static_field(StubRoutines, _ghash_processBlocks, address) \ static_field(StubRoutines, _sha1_implCompress, address) \ static_field(StubRoutines, _sha1_implCompressMB, address) \