src/share/vm/opto/escape.cpp

changeset 8489
51c505229e71
parent 8307
daaf806995b3
child 8318
ea7ac121a5d3
     1.1 --- a/src/share/vm/opto/escape.cpp	Mon Mar 21 14:58:37 2016 -0700
     1.2 +++ b/src/share/vm/opto/escape.cpp	Wed Feb 17 13:40:12 2016 +0300
     1.3 @@ -958,7 +958,9 @@
     1.4                    strcmp(call->as_CallLeaf()->_name, "sha256_implCompressMB") == 0 ||
     1.5                    strcmp(call->as_CallLeaf()->_name, "sha512_implCompress") == 0 ||
     1.6                    strcmp(call->as_CallLeaf()->_name, "sha512_implCompressMB") == 0 ||
     1.7 -                  strcmp(call->as_CallLeaf()->_name, "multiplyToLen") == 0)
     1.8 +                  strcmp(call->as_CallLeaf()->_name, "multiplyToLen") == 0 ||
     1.9 +                  strcmp(call->as_CallLeaf()->_name, "squareToLen") == 0 ||
    1.10 +                  strcmp(call->as_CallLeaf()->_name, "mulAdd") == 0)
    1.11                    ))) {
    1.12              call->dump();
    1.13              fatal(err_msg_res("EA unexpected CallLeaf %s", call->as_CallLeaf()->_name));

mercurial