diff -r 8196357e95b5 -r 0094485b46c7 src/cpu/zero/vm/cppInterpreter_zero.cpp --- a/src/cpu/zero/vm/cppInterpreter_zero.cpp Fri Mar 08 08:22:18 2013 -0800 +++ b/src/cpu/zero/vm/cppInterpreter_zero.cpp Wed Mar 13 09:44:45 2013 +0100 @@ -919,7 +919,8 @@ int callee_locals, frame* caller, frame* interpreter_frame, - bool is_top_frame) { + bool is_top_frame, + bool is_bottom_frame) { assert(popframe_extra_args == 0, "what to do?"); assert(!is_top_frame || (!callee_locals && !callee_param_count), "top frame should have no caller");