hotspot/src/share/vm/interpreter/templateInterpreterGenerator.hpp
changeset 39390 edf6a424a8b7
parent 35479 62c12ca7a45e
child 40071 53e12df44b7b
--- 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