src/cpu/sparc/vm/cppInterpreter_sparc.cpp

changeset 4727
0094485b46c7
parent 4542
db9981fd3124
child 4936
aeaca88565e6
equal deleted inserted replaced
4708:8196357e95b5 4727:0094485b46c7
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.

mercurial