--- old/src/share/vm/interpreter/cppInterpreterGenerator.hpp 2016-01-07 12:42:08.462669280 -0500 +++ new/src/share/vm/interpreter/cppInterpreterGenerator.hpp 2016-01-07 12:42:08.370160733 -0500 @@ -39,6 +39,8 @@ private: void generate_all(); + address generate_slow_signature_handler(); + address generate_method_entry(AbstractInterpreter::MethodKind kind); address generate_normal_entry(bool synchronized); address generate_native_entry(bool synchronized);