hotspot/src/cpu/x86/vm/cppInterpreter_x86.cpp
changeset 15943 d830a939d985
parent 15482 470d0b0c09f1
child 16624 9dbd4b210bf9
--- a/hotspot/src/cpu/x86/vm/cppInterpreter_x86.cpp	Fri Mar 08 08:22:18 2013 -0800
+++ b/hotspot/src/cpu/x86/vm/cppInterpreter_x86.cpp	Wed Mar 13 09:44:45 2013 +0100
@@ -2361,7 +2361,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, "FIX ME");
   // NOTE this code must exactly mimic what InterpreterGenerator::generate_compute_interpreter_state()