diff -r 8d9362f3b8aa -r 948ac3112da8 src/hotspot/share/opto/escape.cpp --- a/src/hotspot/share/opto/escape.cpp Fri Aug 16 14:46:52 2019 -0400 +++ b/src/hotspot/share/opto/escape.cpp Fri Aug 16 14:42:50 2019 -0700 @@ -990,6 +990,8 @@ strcmp(call->as_CallLeaf()->_name, "aescrypt_decryptBlock") == 0 || strcmp(call->as_CallLeaf()->_name, "cipherBlockChaining_encryptAESCrypt") == 0 || strcmp(call->as_CallLeaf()->_name, "cipherBlockChaining_decryptAESCrypt") == 0 || + strcmp(call->as_CallLeaf()->_name, "electronicCodeBook_encryptAESCrypt") == 0 || + strcmp(call->as_CallLeaf()->_name, "electronicCodeBook_decryptAESCrypt") == 0 || strcmp(call->as_CallLeaf()->_name, "counterMode_AESCrypt") == 0 || strcmp(call->as_CallLeaf()->_name, "ghash_processBlocks") == 0 || strcmp(call->as_CallLeaf()->_name, "encodeBlock") == 0 ||