hotspot/src/share/vm/c1/c1_LIRGenerator.hpp
changeset 38238 1bbcc430c78d
parent 38237 d972e3a2df53
child 38241 32eab2eb41fd
--- a/hotspot/src/share/vm/c1/c1_LIRGenerator.hpp	Wed May 04 15:30:21 2016 -0700
+++ b/hotspot/src/share/vm/c1/c1_LIRGenerator.hpp	Thu May 05 10:03:26 2016 -0700
@@ -254,6 +254,7 @@
   void do_Reference_get(Intrinsic* x);
   void do_update_CRC32(Intrinsic* x);
   void do_update_CRC32C(Intrinsic* x);
+  void do_vectorizedMismatch(Intrinsic* x);
 
   LIR_Opr call_runtime(BasicTypeArray* signature, LIRItemList* args, address entry, ValueType* result_type, CodeEmitInfo* info);
   LIR_Opr call_runtime(BasicTypeArray* signature, LIR_OprList* args, address entry, ValueType* result_type, CodeEmitInfo* info);