hotspot/src/cpu/zero/vm/cppInterpreter_zero.cpp
changeset 15943 d830a939d985
parent 15482 470d0b0c09f1
child 17314 28fab19f2ccd
equal deleted inserted replaced
15924:d01b3a588e24 15943:d830a939d985
   917                                            int       caller_actual_parameters,
   917                                            int       caller_actual_parameters,
   918                                            int       callee_param_count,
   918                                            int       callee_param_count,
   919                                            int       callee_locals,
   919                                            int       callee_locals,
   920                                            frame*    caller,
   920                                            frame*    caller,
   921                                            frame*    interpreter_frame,
   921                                            frame*    interpreter_frame,
   922                                            bool      is_top_frame) {
   922                                            bool      is_top_frame,
       
   923                                            bool      is_bottom_frame) {
   923   assert(popframe_extra_args == 0, "what to do?");
   924   assert(popframe_extra_args == 0, "what to do?");
   924   assert(!is_top_frame || (!callee_locals && !callee_param_count),
   925   assert(!is_top_frame || (!callee_locals && !callee_param_count),
   925          "top frame should have no caller");
   926          "top frame should have no caller");
   926 
   927 
   927   // This code must exactly match what InterpreterFrame::build
   928   // This code must exactly match what InterpreterFrame::build