src/cpu/x86/vm/templateInterpreter_x86_32.cpp

changeset 4727
0094485b46c7
parent 4542
db9981fd3124
child 4873
e961c11b85fe
     1.1 --- a/src/cpu/x86/vm/templateInterpreter_x86_32.cpp	Fri Mar 08 08:22:18 2013 -0800
     1.2 +++ b/src/cpu/x86/vm/templateInterpreter_x86_32.cpp	Wed Mar 13 09:44:45 2013 +0100
     1.3 @@ -1585,7 +1585,8 @@
     1.4                                             int callee_locals,
     1.5                                             frame* caller,
     1.6                                             frame* interpreter_frame,
     1.7 -                                           bool is_top_frame) {
     1.8 +                                           bool is_top_frame,
     1.9 +                                           bool is_bottom_frame) {
    1.10    // Note: This calculation must exactly parallel the frame setup
    1.11    // in AbstractInterpreterGenerator::generate_method_entry.
    1.12    // If interpreter_frame!=NULL, set up the method, locals, and monitors.

mercurial