hotspot/src/cpu/x86/vm/templateInterpreter_x86_32.cpp
changeset 15943 d830a939d985
parent 15482 470d0b0c09f1
child 16624 9dbd4b210bf9
equal deleted inserted replaced
15924:d01b3a588e24 15943:d830a939d985
  1583                                            int caller_actual_parameters,
  1583                                            int caller_actual_parameters,
  1584                                            int callee_param_count,
  1584                                            int callee_param_count,
  1585                                            int callee_locals,
  1585                                            int callee_locals,
  1586                                            frame* caller,
  1586                                            frame* caller,
  1587                                            frame* interpreter_frame,
  1587                                            frame* interpreter_frame,
  1588                                            bool is_top_frame) {
  1588                                            bool is_top_frame,
       
  1589                                            bool is_bottom_frame) {
  1589   // Note: This calculation must exactly parallel the frame setup
  1590   // Note: This calculation must exactly parallel the frame setup
  1590   // in AbstractInterpreterGenerator::generate_method_entry.
  1591   // in AbstractInterpreterGenerator::generate_method_entry.
  1591   // If interpreter_frame!=NULL, set up the method, locals, and monitors.
  1592   // If interpreter_frame!=NULL, set up the method, locals, and monitors.
  1592   // The frame interpreter_frame, if not NULL, is guaranteed to be the right size,
  1593   // The frame interpreter_frame, if not NULL, is guaranteed to be the right size,
  1593   // as determined by a previous call to this method.
  1594   // as determined by a previous call to this method.