--- old/src/share/vm/interpreter/templateInterpreterGenerator.hpp 2016-12-01 15:14:45.813206329 -0500 +++ new/src/share/vm/interpreter/templateInterpreterGenerator.hpp 2016-12-01 15:14:45.233701821 -0500 @@ -52,7 +52,6 @@ address generate_exception_handler_common(const char* name, const char* message, bool pass_oop); address generate_ClassCastException_handler(); address generate_ArrayIndexOutOfBounds_handler(const char* name); - address generate_continuation_for(TosState state); address generate_return_entry_for(TosState state, int step, size_t index_size); address generate_earlyret_entry_for(TosState state); address generate_deopt_entry_for(TosState state, int step);