diff src/share/vm/runtime/vframeArray.hpp @ 17980:0bf37f737702

8032410: compiler/uncommontrap/TestStackBangRbp.java times out on Solaris-Sparc V9 Summary: make compiled code bang the stack by the worst case size of the interpreter frame at deoptimization points. Reviewed-by: twisti, kvn
author roland
date Tue, 01 Apr 2014 09:36:49 +0200
parents 55fb97c4c58d
children 52b4284cb496 d3f3f7677537
line wrap: on
line diff
--- a/src/share/vm/runtime/vframeArray.hpp	Mon Jun 09 15:42:31 2014 -0700
+++ b/src/share/vm/runtime/vframeArray.hpp	Tue Apr 01 09:36:49 2014 +0200
@@ -85,10 +85,8 @@
 
   // Returns the on stack word size for this frame
   // callee_parameters is the number of callee locals residing inside this frame
-  int on_stack_size(int caller_actual_parameters,
-                    int callee_parameters,
+  int on_stack_size(int callee_parameters,
                     int callee_locals,
-                    bool is_bottom_frame,
                     bool is_top_frame,
                     int popframe_extra_stack_expression_els) const;