src/share/vm/opto/escape.cpp

changeset 5353
b800986664f4
parent 5237
f2110083203d
child 5910
6171eb9da4fd
     1.1 --- a/src/share/vm/opto/escape.cpp	Tue Jul 02 07:51:31 2013 +0200
     1.2 +++ b/src/share/vm/opto/escape.cpp	Tue Jul 02 20:42:12 2013 -0400
     1.3 @@ -933,6 +933,7 @@
     1.4                  (call->as_CallLeaf()->_name != NULL &&
     1.5                   (strcmp(call->as_CallLeaf()->_name, "g1_wb_pre")  == 0 ||
     1.6                    strcmp(call->as_CallLeaf()->_name, "g1_wb_post") == 0 ||
     1.7 +                  strcmp(call->as_CallLeaf()->_name, "updateBytesCRC32") == 0 ||
     1.8                    strcmp(call->as_CallLeaf()->_name, "aescrypt_encryptBlock") == 0 ||
     1.9                    strcmp(call->as_CallLeaf()->_name, "aescrypt_decryptBlock") == 0 ||
    1.10                    strcmp(call->as_CallLeaf()->_name, "cipherBlockChaining_encryptAESCrypt") == 0 ||

mercurial