hotspot/src/cpu/x86/vm/templateInterpreter_x86_64.cpp
changeset 15943 d830a939d985
parent 15482 470d0b0c09f1
child 16624 9dbd4b210bf9
equal deleted inserted replaced
15924:d01b3a588e24 15943:d830a939d985
  1597                                            int caller_actual_parameters,
  1597                                            int caller_actual_parameters,
  1598                                            int callee_param_count,
  1598                                            int callee_param_count,
  1599                                            int callee_locals,
  1599                                            int callee_locals,
  1600                                            frame* caller,
  1600                                            frame* caller,
  1601                                            frame* interpreter_frame,
  1601                                            frame* interpreter_frame,
  1602                                            bool is_top_frame) {
  1602                                            bool is_top_frame,
       
  1603                                            bool is_bottom_frame) {
  1603   // Note: This calculation must exactly parallel the frame setup
  1604   // Note: This calculation must exactly parallel the frame setup
  1604   // in AbstractInterpreterGenerator::generate_method_entry.
  1605   // in AbstractInterpreterGenerator::generate_method_entry.
  1605   // If interpreter_frame!=NULL, set up the method, locals, and monitors.
  1606   // If interpreter_frame!=NULL, set up the method, locals, and monitors.
  1606   // The frame interpreter_frame, if not NULL, is guaranteed to be the
  1607   // The frame interpreter_frame, if not NULL, is guaranteed to be the
  1607   // right size, as determined by a previous call to this method.
  1608   // right size, as determined by a previous call to this method.