hotspot/src/share/vm/opto/escape.cpp
changeset 31404 63e8fcd70bfc
parent 31129 02ee7609f0e1
child 31515 6aed85dadbe6
--- a/hotspot/src/share/vm/opto/escape.cpp	Tue Jun 16 16:10:36 2015 -0700
+++ b/hotspot/src/share/vm/opto/escape.cpp	Wed Jun 17 17:48:25 2015 -0700
@@ -966,6 +966,7 @@
                   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, "ghash_processBlocks") == 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 ||