--- old/src/cpu/ppc/vm/interpreterGenerator_ppc.hpp 2018-03-26 06:04:19.615706038 -0400 +++ new/src/cpu/ppc/vm/interpreterGenerator_ppc.hpp 2018-03-26 06:04:19.439702640 -0400 @@ -33,5 +33,7 @@ address generate_abstract_entry(void); address generate_accessor_entry(void); address generate_Reference_get_entry(void); + address generate_CRC32_update_entry(); + address generate_CRC32_updateBytes_entry(AbstractInterpreter::MethodKind kind); #endif // CPU_PPC_VM_INTERPRETERGENERATOR_PPC_HPP