hotspot/src/share/vm/opto/escape.cpp
changeset 31584 24e491478c2f
parent 31583 eb5bea7b4835
parent 31515 6aed85dadbe6
child 31866 3c9022c78e10
equal deleted inserted replaced
31583:eb5bea7b4835 31584:24e491478c2f
   960           if (!(is_arraycopy ||
   960           if (!(is_arraycopy ||
   961                 (call->as_CallLeaf()->_name != NULL &&
   961                 (call->as_CallLeaf()->_name != NULL &&
   962                  (strcmp(call->as_CallLeaf()->_name, "g1_wb_pre")  == 0 ||
   962                  (strcmp(call->as_CallLeaf()->_name, "g1_wb_pre")  == 0 ||
   963                   strcmp(call->as_CallLeaf()->_name, "g1_wb_post") == 0 ||
   963                   strcmp(call->as_CallLeaf()->_name, "g1_wb_post") == 0 ||
   964                   strcmp(call->as_CallLeaf()->_name, "updateBytesCRC32") == 0 ||
   964                   strcmp(call->as_CallLeaf()->_name, "updateBytesCRC32") == 0 ||
       
   965                   strcmp(call->as_CallLeaf()->_name, "updateBytesCRC32C") == 0 ||
   965                   strcmp(call->as_CallLeaf()->_name, "aescrypt_encryptBlock") == 0 ||
   966                   strcmp(call->as_CallLeaf()->_name, "aescrypt_encryptBlock") == 0 ||
   966                   strcmp(call->as_CallLeaf()->_name, "aescrypt_decryptBlock") == 0 ||
   967                   strcmp(call->as_CallLeaf()->_name, "aescrypt_decryptBlock") == 0 ||
   967                   strcmp(call->as_CallLeaf()->_name, "cipherBlockChaining_encryptAESCrypt") == 0 ||
   968                   strcmp(call->as_CallLeaf()->_name, "cipherBlockChaining_encryptAESCrypt") == 0 ||
   968                   strcmp(call->as_CallLeaf()->_name, "cipherBlockChaining_decryptAESCrypt") == 0 ||
   969                   strcmp(call->as_CallLeaf()->_name, "cipherBlockChaining_decryptAESCrypt") == 0 ||
       
   970                   strcmp(call->as_CallLeaf()->_name, "ghash_processBlocks") == 0 ||
   969                   strcmp(call->as_CallLeaf()->_name, "sha1_implCompress") == 0 ||
   971                   strcmp(call->as_CallLeaf()->_name, "sha1_implCompress") == 0 ||
   970                   strcmp(call->as_CallLeaf()->_name, "sha1_implCompressMB") == 0 ||
   972                   strcmp(call->as_CallLeaf()->_name, "sha1_implCompressMB") == 0 ||
   971                   strcmp(call->as_CallLeaf()->_name, "sha256_implCompress") == 0 ||
   973                   strcmp(call->as_CallLeaf()->_name, "sha256_implCompress") == 0 ||
   972                   strcmp(call->as_CallLeaf()->_name, "sha256_implCompressMB") == 0 ||
   974                   strcmp(call->as_CallLeaf()->_name, "sha256_implCompressMB") == 0 ||
   973                   strcmp(call->as_CallLeaf()->_name, "sha512_implCompress") == 0 ||
   975                   strcmp(call->as_CallLeaf()->_name, "sha512_implCompress") == 0 ||