hotspot/src/cpu/x86/vm/frame_x86.cpp
changeset 10539 f87cedf7983c
parent 9632 cd86c748c12b
child 10733 49cc61508e86
--- a/hotspot/src/cpu/x86/vm/frame_x86.cpp	Wed Sep 07 12:58:42 2011 -0700
+++ b/hotspot/src/cpu/x86/vm/frame_x86.cpp	Thu Sep 08 10:12:25 2011 +0200
@@ -666,3 +666,9 @@
 
 }
 #endif
+
+intptr_t *frame::initial_deoptimization_info() {
+  // used to reset the saved FP
+  return fp();
+}
+