hotspot/src/cpu/x86/vm/frame_x86.inline.hpp
changeset 9630 d6419e4395e3
parent 7397 5b173b4ca846
child 9978 80c391c46474
--- a/hotspot/src/cpu/x86/vm/frame_x86.inline.hpp	Fri May 06 12:12:29 2011 -0700
+++ b/hotspot/src/cpu/x86/vm/frame_x86.inline.hpp	Fri May 06 16:33:13 2011 -0700
@@ -62,6 +62,7 @@
   _pc = pc;
   assert(pc != NULL, "no pc?");
   _cb = CodeCache::find_blob(pc);
+  adjust_unextended_sp();
 
   address original_pc = nmethod::get_deopt_original_pc(this);
   if (original_pc != NULL) {