hotspot/src/cpu/aarch64/vm/interpreterGenerator_aarch64.hpp
changeset 33066 d98eab8215c4
parent 29183 0cc8699f7372
child 33070 54f3f085b165
--- a/hotspot/src/cpu/aarch64/vm/interpreterGenerator_aarch64.hpp	Wed Sep 16 13:16:17 2015 -0700
+++ b/hotspot/src/cpu/aarch64/vm/interpreterGenerator_aarch64.hpp	Wed Sep 16 15:54:32 2015 -0700
@@ -48,6 +48,7 @@
   address generate_Reference_get_entry();
   address generate_CRC32_update_entry();
   address generate_CRC32_updateBytes_entry(AbstractInterpreter::MethodKind kind);
+  address generate_CRC32C_updateBytes_entry(AbstractInterpreter::MethodKind kind) { return NULL; }
   void lock_method(void);
   void generate_stack_overflow_check(void);