comparison src/share/vm/opto/escape.cpp @ 11080:b800986664f4

7088419: Use x86 Hardware CRC32 Instruction with java.util.zip.CRC32 Summary: add intrinsics using new instruction to interpreter, C1, C2, for suitable x86; add test Reviewed-by: kvn, twisti
author drchase
date Tue, 02 Jul 2013 20:42:12 -0400
parents f2110083203d
children 6171eb9da4fd
comparison
equal deleted inserted replaced
11079:738e04fb1232 11080: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 ))) {