--- old/src/hotspot/share/interpreter/templateInterpreterGenerator.hpp 2018-10-31 14:22:37.395956882 +0100 +++ new/src/hotspot/share/interpreter/templateInterpreterGenerator.hpp 2018-10-31 14:22:37.275956978 +0100 @@ -90,6 +90,7 @@ address generate_native_entry(bool synchronized); address generate_abstract_entry(void); address generate_math_entry(AbstractInterpreter::MethodKind kind); + address generate_bit_entry(AbstractInterpreter::MethodKind kind); address generate_Reference_get_entry(); address generate_CRC32_update_entry(); address generate_CRC32_updateBytes_entry(AbstractInterpreter::MethodKind kind);