hotspot/src/share/vm/runtime/vframeArray.hpp
changeset 24018 77b156916bab
parent 22551 9bf46d16dcc6
child 28039 bf5a8340bf8a
--- a/hotspot/src/share/vm/runtime/vframeArray.hpp	Mon Apr 14 09:04:36 2014 +0000
+++ b/hotspot/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;