< prev index next >

src/share/vm/runtime/vmStructs.cpp

Print this page

        

@@ -821,10 +821,11 @@
      static_field(StubRoutines,                _call_stub_return_address,                     address)                               \
      static_field(StubRoutines,                _aescrypt_encryptBlock,                        address)                               \
      static_field(StubRoutines,                _aescrypt_decryptBlock,                        address)                               \
      static_field(StubRoutines,                _cipherBlockChaining_encryptAESCrypt,          address)                               \
      static_field(StubRoutines,                _cipherBlockChaining_decryptAESCrypt,          address)                               \
+     static_field(StubRoutines,                _ghash_processBlocks,                          address)                               \
      static_field(StubRoutines,                _updateBytesCRC32,                             address)                               \
      static_field(StubRoutines,                _crc_table_adr,                                address)                               \
      static_field(StubRoutines,                _multiplyToLen,                                address)                               \
                                                                                                                                      \
   /*****************/                                                                                                                \
< prev index next >