src/share/vm/opto/escape.cpp

changeset 8307
daaf806995b3
parent 8078
3f47111161d7
child 8318
ea7ac121a5d3
equal deleted inserted replaced
8306:81adfb064a4f 8307:daaf806995b3
956 strcmp(call->as_CallLeaf()->_name, "sha1_implCompressMB") == 0 || 956 strcmp(call->as_CallLeaf()->_name, "sha1_implCompressMB") == 0 ||
957 strcmp(call->as_CallLeaf()->_name, "sha256_implCompress") == 0 || 957 strcmp(call->as_CallLeaf()->_name, "sha256_implCompress") == 0 ||
958 strcmp(call->as_CallLeaf()->_name, "sha256_implCompressMB") == 0 || 958 strcmp(call->as_CallLeaf()->_name, "sha256_implCompressMB") == 0 ||
959 strcmp(call->as_CallLeaf()->_name, "sha512_implCompress") == 0 || 959 strcmp(call->as_CallLeaf()->_name, "sha512_implCompress") == 0 ||
960 strcmp(call->as_CallLeaf()->_name, "sha512_implCompressMB") == 0 || 960 strcmp(call->as_CallLeaf()->_name, "sha512_implCompressMB") == 0 ||
961 strcmp(call->as_CallLeaf()->_name, "multiplyToLen") == 0) 961 strcmp(call->as_CallLeaf()->_name, "multiplyToLen") == 0 ||
962 strcmp(call->as_CallLeaf()->_name, "squareToLen") == 0 ||
963 strcmp(call->as_CallLeaf()->_name, "mulAdd") == 0)
962 ))) { 964 ))) {
963 call->dump(); 965 call->dump();
964 fatal(err_msg_res("EA unexpected CallLeaf %s", call->as_CallLeaf()->_name)); 966 fatal(err_msg_res("EA unexpected CallLeaf %s", call->as_CallLeaf()->_name));
965 } 967 }
966 #endif 968 #endif

mercurial