src/hotspot/share/opto/escape.cpp
changeset 50860 480a96a43b62
parent 50525 767cdb97f103
child 52568 40474b7105f4
--- a/src/hotspot/share/opto/escape.cpp	Wed Jun 27 19:09:17 2018 -0700
+++ b/src/hotspot/share/opto/escape.cpp	Wed Jun 27 20:21:42 2018 -0700
@@ -1019,6 +1019,7 @@
                   strcmp(call->as_CallLeaf()->_name, "cipherBlockChaining_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 ||
                   strcmp(call->as_CallLeaf()->_name, "sha1_implCompress") == 0 ||
                   strcmp(call->as_CallLeaf()->_name, "sha1_implCompressMB") == 0 ||
                   strcmp(call->as_CallLeaf()->_name, "sha256_implCompress") == 0 ||