hotspot/src/cpu/sparc/vm/cppInterpreter_sparc.cpp
changeset 15943 d830a939d985
parent 15482 470d0b0c09f1
child 17000 11bf92e571a2
equal deleted inserted replaced
15924:d01b3a588e24 15943:d830a939d985
  2192                                            int caller_actual_parameters,
  2192                                            int caller_actual_parameters,
  2193                                            int callee_param_size,
  2193                                            int callee_param_size,
  2194                                            int callee_locals_size,
  2194                                            int callee_locals_size,
  2195                                            frame* caller,
  2195                                            frame* caller,
  2196                                            frame* interpreter_frame,
  2196                                            frame* interpreter_frame,
  2197                                            bool is_top_frame) {
  2197                                            bool is_top_frame,
       
  2198                                            bool is_bottom_frame) {
  2198 
  2199 
  2199   assert(popframe_extra_args == 0, "NEED TO FIX");
  2200   assert(popframe_extra_args == 0, "NEED TO FIX");
  2200   // NOTE this code must exactly mimic what InterpreterGenerator::generate_compute_interpreter_state()
  2201   // NOTE this code must exactly mimic what InterpreterGenerator::generate_compute_interpreter_state()
  2201   // does as far as allocating an interpreter frame.
  2202   // does as far as allocating an interpreter frame.
  2202   // If interpreter_frame!=NULL, set up the method, locals, and monitors.
  2203   // If interpreter_frame!=NULL, set up the method, locals, and monitors.