hotspot/src/share/vm/opto/escape.cpp
changeset 18507 61bfc8995bb3
parent 18025 b7bcf7497f93
child 20698 32791aebf1a4
--- a/hotspot/src/share/vm/opto/escape.cpp	Tue Jul 02 07:51:31 2013 +0200
+++ b/hotspot/src/share/vm/opto/escape.cpp	Tue Jul 02 20:42:12 2013 -0400
@@ -933,6 +933,7 @@
                 (call->as_CallLeaf()->_name != NULL &&
                  (strcmp(call->as_CallLeaf()->_name, "g1_wb_pre")  == 0 ||
                   strcmp(call->as_CallLeaf()->_name, "g1_wb_post") == 0 ||
+                  strcmp(call->as_CallLeaf()->_name, "updateBytesCRC32") == 0 ||
                   strcmp(call->as_CallLeaf()->_name, "aescrypt_encryptBlock") == 0 ||
                   strcmp(call->as_CallLeaf()->_name, "aescrypt_decryptBlock") == 0 ||
                   strcmp(call->as_CallLeaf()->_name, "cipherBlockChaining_encryptAESCrypt") == 0 ||