hotspot/src/share/vm/c1/c1_LIRGenerator.hpp
changeset 38241 32eab2eb41fd
parent 38177 b0c9cb06506b
parent 38238 1bbcc430c78d
child 40899 d7140c75c2c6
child 41323 ddd5600d4762
--- a/hotspot/src/share/vm/c1/c1_LIRGenerator.hpp	Fri May 06 09:54:58 2016 +0000
+++ b/hotspot/src/share/vm/c1/c1_LIRGenerator.hpp	Fri May 06 18:20:50 2016 +0300
@@ -253,6 +253,8 @@
   void do_FPIntrinsics(Intrinsic* x);
   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);