hotspot/src/share/vm/runtime/vframeArray.hpp
changeset 15943 d830a939d985
parent 13728 882756847a04
child 22234 da823d78ad65
--- a/hotspot/src/share/vm/runtime/vframeArray.hpp	Fri Mar 08 08:22:18 2013 -0800
+++ b/hotspot/src/share/vm/runtime/vframeArray.hpp	Wed Mar 13 09:44:45 2013 +0100
@@ -88,6 +88,7 @@
   int on_stack_size(int caller_actual_parameters,
                     int callee_parameters,
                     int callee_locals,
+                    bool is_bottom_frame,
                     bool is_top_frame,
                     int popframe_extra_stack_expression_els) const;
 
@@ -97,6 +98,7 @@
                        int callee_locals,
                        frame* caller,
                        bool is_top_frame,
+                       bool is_bottom_frame,
                        int exec_mode);
 
 #ifndef PRODUCT