--- old/src/cpu/x86/vm/interpreterGenerator_x86.hpp 2015-09-04 19:48:01.578762900 -0700 +++ new/src/cpu/x86/vm/interpreterGenerator_x86.hpp 2015-09-04 19:48:01.199187000 -0700 @@ -42,6 +42,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); #ifndef _LP64 address generate_Float_intBitsToFloat_entry(); address generate_Float_floatToRawIntBits_entry();