hotspot/src/share/vm/runtime/vmStructs.cpp
changeset 35154 a9b3c1984a01
parent 35148 5cfafc99d791
child 35495 e27da438fa13
child 35540 e001ad24dcdb
--- a/hotspot/src/share/vm/runtime/vmStructs.cpp	Mon Dec 28 10:10:37 2015 -1000
+++ b/hotspot/src/share/vm/runtime/vmStructs.cpp	Mon Dec 28 23:11:01 2015 -0800
@@ -850,6 +850,7 @@
      static_field(StubRoutines,                _aescrypt_decryptBlock,                        address)                               \
      static_field(StubRoutines,                _cipherBlockChaining_encryptAESCrypt,          address)                               \
      static_field(StubRoutines,                _cipherBlockChaining_decryptAESCrypt,          address)                               \
+     static_field(StubRoutines,                _counterMode_AESCrypt,                         address)                               \
      static_field(StubRoutines,                _ghash_processBlocks,                          address)                               \
      static_field(StubRoutines,                _updateBytesCRC32,                             address)                               \
      static_field(StubRoutines,                _crc_table_adr,                                address)                               \