src/cpu/zero/vm/interpreter_zero.cpp

changeset 2901
3d2ab563047a
parent 2762
4b95bbb36464
child 3969
1d7922586cf6
     1.1 --- a/src/cpu/zero/vm/interpreter_zero.cpp	Mon May 09 19:45:52 2011 -0700
     1.2 +++ b/src/cpu/zero/vm/interpreter_zero.cpp	Thu May 12 10:29:02 2011 -0700
     1.3 @@ -82,24 +82,6 @@
     1.4    return true;
     1.5  }
     1.6  
     1.7 -int AbstractInterpreter::size_activation(methodOop method,
     1.8 -                                         int tempcount,
     1.9 -                                         int popframe_extra_args,
    1.10 -                                         int moncount,
    1.11 -                                         int callee_param_count,
    1.12 -                                         int callee_locals,
    1.13 -                                         bool is_top_frame) {
    1.14 -  return layout_activation(method,
    1.15 -                           tempcount,
    1.16 -                           popframe_extra_args,
    1.17 -                           moncount,
    1.18 -                           callee_param_count,
    1.19 -                           callee_locals,
    1.20 -                           (frame*) NULL,
    1.21 -                           (frame*) NULL,
    1.22 -                           is_top_frame);
    1.23 -}
    1.24 -
    1.25  void Deoptimization::unwind_callee_save_values(frame* f,
    1.26                                                 vframeArray* vframe_array) {
    1.27  }

mercurial