diff -r 84e5f0fc2112 -r edf6a424a8b7 hotspot/src/share/vm/interpreter/templateInterpreterGenerator.hpp --- a/hotspot/src/share/vm/interpreter/templateInterpreterGenerator.hpp Tue Jun 14 19:38:44 2016 +0200 +++ b/hotspot/src/share/vm/interpreter/templateInterpreterGenerator.hpp Mon Jun 13 09:28:25 2016 +0200 @@ -108,8 +108,7 @@ void generate_fixed_frame(bool native_call); #ifdef SPARC - void generate_stack_overflow_check(Register Rframe_size, Register Rscratch, - Register Rscratch2); + void generate_stack_overflow_check(Register Rframe_size, Register Rscratch); void save_native_result(void); void restore_native_result(void); #endif // SPARC