src/hotspot/share/runtime/vmStructs.cpp
changeset 57786 948ac3112da8
parent 57777 90ead0febf56
child 57811 947252a54b98
--- a/src/hotspot/share/runtime/vmStructs.cpp	Fri Aug 16 14:46:52 2019 -0400
+++ b/src/hotspot/share/runtime/vmStructs.cpp	Fri Aug 16 14:42:50 2019 -0700
@@ -592,6 +592,8 @@
      static_field(StubRoutines,                _aescrypt_decryptBlock,                        address)                               \
      static_field(StubRoutines,                _cipherBlockChaining_encryptAESCrypt,          address)                               \
      static_field(StubRoutines,                _cipherBlockChaining_decryptAESCrypt,          address)                               \
+     static_field(StubRoutines,                _electronicCodeBook_encryptAESCrypt,           address)                               \
+     static_field(StubRoutines,                _electronicCodeBook_decryptAESCrypt,           address)                               \
      static_field(StubRoutines,                _counterMode_AESCrypt,                         address)                               \
      static_field(StubRoutines,                _ghash_processBlocks,                          address)                               \
      static_field(StubRoutines,                _base64_encodeBlock,                           address)                               \