src/cpu/x86/vm/interpreter_x86_64.cpp

changeset 2901
3d2ab563047a
parent 2698
38fea01eb669
child 3787
6759698e3140
     1.1 --- a/src/cpu/x86/vm/interpreter_x86_64.cpp	Mon May 09 19:45:52 2011 -0700
     1.2 +++ b/src/cpu/x86/vm/interpreter_x86_64.cpp	Thu May 12 10:29:02 2011 -0700
     1.3 @@ -362,20 +362,6 @@
     1.4  
     1.5  }
     1.6  
     1.7 -// This method tells the deoptimizer how big an interpreted frame must be:
     1.8 -int AbstractInterpreter::size_activation(methodOop method,
     1.9 -                                         int tempcount,
    1.10 -                                         int popframe_extra_args,
    1.11 -                                         int moncount,
    1.12 -                                         int callee_param_count,
    1.13 -                                         int callee_locals,
    1.14 -                                         bool is_top_frame) {
    1.15 -  return layout_activation(method,
    1.16 -                           tempcount, popframe_extra_args, moncount,
    1.17 -                           callee_param_count, callee_locals,
    1.18 -                           (frame*) NULL, (frame*) NULL, is_top_frame);
    1.19 -}
    1.20 -
    1.21  void Deoptimization::unwind_callee_save_values(frame* f, vframeArray* vframe_array) {
    1.22  
    1.23    // This code is sort of the equivalent of C2IAdapter::setup_stack_frame back in

mercurial