--- old/src/hotspot/share/interpreter/templateInterpreterGenerator.hpp 2020-05-01 02:26:03.828193929 -0700 +++ new/src/hotspot/share/interpreter/templateInterpreterGenerator.hpp 2020-05-01 02:26:03.504187696 -0700 @@ -109,10 +109,6 @@ void generate_counter_overflow(Label& continue_entry); void generate_fixed_frame(bool native_call); -#ifdef SPARC - void save_native_result(void); - void restore_native_result(void); -#endif // SPARC #ifdef AARCH64 void generate_transcendental_entry(AbstractInterpreter::MethodKind kind, int fpargs);