--- old/src/share/vm/runtime/vmStructs.cpp 2015-11-24 10:03:04.788154900 -0800 +++ new/src/share/vm/runtime/vmStructs.cpp 2015-11-24 10:03:04.377805200 -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) \