src/hotspot/share/runtime/vmStructs.cpp
changeset 50860 480a96a43b62
parent 50625 d9753e3db0c6
child 51179 516acf6956a2
--- a/src/hotspot/share/runtime/vmStructs.cpp	Wed Jun 27 19:09:17 2018 -0700
+++ b/src/hotspot/share/runtime/vmStructs.cpp	Wed Jun 27 20:21:42 2018 -0700
@@ -611,6 +611,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)                               \