--- old/src/hotspot/share/opto/escape.cpp 2018-06-21 22:32:17.345995200 -0700 +++ new/src/hotspot/share/opto/escape.cpp 2018-06-21 22:32:16.775938200 -0700 @@ -990,6 +990,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, "implEncode") == 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 ||