hotspot/src/share/vm/c1/c1_LIRGenerator.cpp
changeset 38238 1bbcc430c78d
parent 38237 d972e3a2df53
child 38241 32eab2eb41fd
--- a/hotspot/src/share/vm/c1/c1_LIRGenerator.cpp	Wed May 04 15:30:21 2016 -0700
+++ b/hotspot/src/share/vm/c1/c1_LIRGenerator.cpp	Thu May 05 10:03:26 2016 -0700
@@ -3179,6 +3179,10 @@
     do_update_CRC32C(x);
     break;
 
+  case vmIntrinsics::_vectorizedMismatch:
+    do_vectorizedMismatch(x);
+    break;
+
   default: ShouldNotReachHere(); break;
   }
 }