src/hotspot/share/opto/escape.cpp
changeset 57786 948ac3112da8
parent 55591 9523b841b470
child 58030 d6e2dbf20eaa
equal deleted inserted replaced
57785:8d9362f3b8aa 57786:948ac3112da8
   988                   strcmp(call->as_CallLeaf()->_name, "updateBytesAdler32") == 0 ||
   988                   strcmp(call->as_CallLeaf()->_name, "updateBytesAdler32") == 0 ||
   989                   strcmp(call->as_CallLeaf()->_name, "aescrypt_encryptBlock") == 0 ||
   989                   strcmp(call->as_CallLeaf()->_name, "aescrypt_encryptBlock") == 0 ||
   990                   strcmp(call->as_CallLeaf()->_name, "aescrypt_decryptBlock") == 0 ||
   990                   strcmp(call->as_CallLeaf()->_name, "aescrypt_decryptBlock") == 0 ||
   991                   strcmp(call->as_CallLeaf()->_name, "cipherBlockChaining_encryptAESCrypt") == 0 ||
   991                   strcmp(call->as_CallLeaf()->_name, "cipherBlockChaining_encryptAESCrypt") == 0 ||
   992                   strcmp(call->as_CallLeaf()->_name, "cipherBlockChaining_decryptAESCrypt") == 0 ||
   992                   strcmp(call->as_CallLeaf()->_name, "cipherBlockChaining_decryptAESCrypt") == 0 ||
       
   993                   strcmp(call->as_CallLeaf()->_name, "electronicCodeBook_encryptAESCrypt") == 0 ||
       
   994                   strcmp(call->as_CallLeaf()->_name, "electronicCodeBook_decryptAESCrypt") == 0 ||
   993                   strcmp(call->as_CallLeaf()->_name, "counterMode_AESCrypt") == 0 ||
   995                   strcmp(call->as_CallLeaf()->_name, "counterMode_AESCrypt") == 0 ||
   994                   strcmp(call->as_CallLeaf()->_name, "ghash_processBlocks") == 0 ||
   996                   strcmp(call->as_CallLeaf()->_name, "ghash_processBlocks") == 0 ||
   995                   strcmp(call->as_CallLeaf()->_name, "encodeBlock") == 0 ||
   997                   strcmp(call->as_CallLeaf()->_name, "encodeBlock") == 0 ||
   996                   strcmp(call->as_CallLeaf()->_name, "sha1_implCompress") == 0 ||
   998                   strcmp(call->as_CallLeaf()->_name, "sha1_implCompress") == 0 ||
   997                   strcmp(call->as_CallLeaf()->_name, "sha1_implCompressMB") == 0 ||
   999                   strcmp(call->as_CallLeaf()->_name, "sha1_implCompressMB") == 0 ||