hotspot/src/share/vm/opto/escape.cpp
changeset 35110 f19bcdf40799
parent 34148 6efbc7ffd767
child 35154 a9b3c1984a01
--- a/hotspot/src/share/vm/opto/escape.cpp	Mon Dec 07 15:00:46 2015 +0000
+++ b/hotspot/src/share/vm/opto/escape.cpp	Mon Dec 07 16:35:07 2015 -0800
@@ -987,7 +987,8 @@
                   strcmp(call->as_CallLeaf()->_name, "squareToLen") == 0 ||
                   strcmp(call->as_CallLeaf()->_name, "mulAdd") == 0 ||
                   strcmp(call->as_CallLeaf()->_name, "montgomery_multiply") == 0 ||
-                  strcmp(call->as_CallLeaf()->_name, "montgomery_square") == 0)
+                  strcmp(call->as_CallLeaf()->_name, "montgomery_square") == 0 ||
+                  strcmp(call->as_CallLeaf()->_name, "vectorizedMismatch") == 0)
                  ))) {
             call->dump();
             fatal("EA unexpected CallLeaf %s", call->as_CallLeaf()->_name);