src/cpu/x86/vm/cppInterpreter_x86.cpp

changeset 2901
3d2ab563047a
parent 2781
e1162778c1c8
child 3391
069ab3f976d3
     1.1 --- a/src/cpu/x86/vm/cppInterpreter_x86.cpp	Mon May 09 19:45:52 2011 -0700
     1.2 +++ b/src/cpu/x86/vm/cppInterpreter_x86.cpp	Thu May 12 10:29:02 2011 -0700
     1.3 @@ -2339,14 +2339,15 @@
     1.4  }
     1.5  
     1.6  int AbstractInterpreter::layout_activation(methodOop method,
     1.7 -                                                int tempcount,  //
     1.8 -                                                int popframe_extra_args,
     1.9 -                                                int moncount,
    1.10 -                                                int callee_param_count,
    1.11 -                                                int callee_locals,
    1.12 -                                                frame* caller,
    1.13 -                                                frame* interpreter_frame,
    1.14 -                                                bool is_top_frame) {
    1.15 +                                           int tempcount,  //
    1.16 +                                           int popframe_extra_args,
    1.17 +                                           int moncount,
    1.18 +                                           int caller_actual_parameters,
    1.19 +                                           int callee_param_count,
    1.20 +                                           int callee_locals,
    1.21 +                                           frame* caller,
    1.22 +                                           frame* interpreter_frame,
    1.23 +                                           bool is_top_frame) {
    1.24  
    1.25    assert(popframe_extra_args == 0, "FIX ME");
    1.26    // NOTE this code must exactly mimic what InterpreterGenerator::generate_compute_interpreter_state()

mercurial