src/hotspot/share/opto/escape.cpp
changeset 57786 948ac3112da8
parent 55591 9523b841b470
child 58030 d6e2dbf20eaa
--- 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 ||