src/share/vm/opto/escape.cpp

changeset 5353
b800986664f4
parent 5237
f2110083203d
child 5910
6171eb9da4fd
equal deleted inserted replaced
5352:738e04fb1232 5353:b800986664f4
931 #ifdef ASSERT 931 #ifdef ASSERT
932 if (!(is_arraycopy || 932 if (!(is_arraycopy ||
933 (call->as_CallLeaf()->_name != NULL && 933 (call->as_CallLeaf()->_name != NULL &&
934 (strcmp(call->as_CallLeaf()->_name, "g1_wb_pre") == 0 || 934 (strcmp(call->as_CallLeaf()->_name, "g1_wb_pre") == 0 ||
935 strcmp(call->as_CallLeaf()->_name, "g1_wb_post") == 0 || 935 strcmp(call->as_CallLeaf()->_name, "g1_wb_post") == 0 ||
936 strcmp(call->as_CallLeaf()->_name, "updateBytesCRC32") == 0 ||
936 strcmp(call->as_CallLeaf()->_name, "aescrypt_encryptBlock") == 0 || 937 strcmp(call->as_CallLeaf()->_name, "aescrypt_encryptBlock") == 0 ||
937 strcmp(call->as_CallLeaf()->_name, "aescrypt_decryptBlock") == 0 || 938 strcmp(call->as_CallLeaf()->_name, "aescrypt_decryptBlock") == 0 ||
938 strcmp(call->as_CallLeaf()->_name, "cipherBlockChaining_encryptAESCrypt") == 0 || 939 strcmp(call->as_CallLeaf()->_name, "cipherBlockChaining_encryptAESCrypt") == 0 ||
939 strcmp(call->as_CallLeaf()->_name, "cipherBlockChaining_decryptAESCrypt") == 0) 940 strcmp(call->as_CallLeaf()->_name, "cipherBlockChaining_decryptAESCrypt") == 0)
940 ))) { 941 ))) {

mercurial