hotspot/src/share/vm/opto/escape.cpp
changeset 31129 02ee7609f0e1
parent 30629 b6e5ad2f18d5
child 31404 63e8fcd70bfc
child 31583 eb5bea7b4835
--- a/hotspot/src/share/vm/opto/escape.cpp	Fri May 29 17:56:50 2015 +0200
+++ b/hotspot/src/share/vm/opto/escape.cpp	Wed Jun 03 15:02:10 2015 -0700
@@ -972,7 +972,9 @@
                   strcmp(call->as_CallLeaf()->_name, "sha256_implCompressMB") == 0 ||
                   strcmp(call->as_CallLeaf()->_name, "sha512_implCompress") == 0 ||
                   strcmp(call->as_CallLeaf()->_name, "sha512_implCompressMB") == 0 ||
-                  strcmp(call->as_CallLeaf()->_name, "multiplyToLen") == 0)
+                  strcmp(call->as_CallLeaf()->_name, "multiplyToLen") == 0 ||
+                  strcmp(call->as_CallLeaf()->_name, "squareToLen") == 0 ||
+                  strcmp(call->as_CallLeaf()->_name, "mulAdd") == 0)
                   ))) {
             call->dump();
             fatal(err_msg_res("EA unexpected CallLeaf %s", call->as_CallLeaf()->_name));