src/share/vm/runtime/vmStructs.cpp

changeset 9788
44ef77ad417c
parent 9008
432f92e99174
child 9806
758c07667682
child 9838
ff1c3c1867b5
     1.1 --- a/src/share/vm/runtime/vmStructs.cpp	Wed Jul 31 14:28:51 2019 -0400
     1.2 +++ b/src/share/vm/runtime/vmStructs.cpp	Wed Jun 17 17:48:25 2015 -0700
     1.3 @@ -810,6 +810,7 @@
     1.4       static_field(StubRoutines,                _aescrypt_decryptBlock,                        address)                               \
     1.5       static_field(StubRoutines,                _cipherBlockChaining_encryptAESCrypt,          address)                               \
     1.6       static_field(StubRoutines,                _cipherBlockChaining_decryptAESCrypt,          address)                               \
     1.7 +     static_field(StubRoutines,                _ghash_processBlocks,                          address)                               \
     1.8       static_field(StubRoutines,                _updateBytesCRC32,                             address)                               \
     1.9       static_field(StubRoutines,                _crc_table_adr,                                address)                               \
    1.10       static_field(StubRoutines,                _multiplyToLen,                                address)                               \

mercurial