src/cpu/x86/vm/frame_x86.inline.hpp

changeset 2895
167b70ff3abc
parent 2314
f95d63e2154a
child 2952
5cf771a79037
     1.1 --- a/src/cpu/x86/vm/frame_x86.inline.hpp	Fri May 06 12:12:29 2011 -0700
     1.2 +++ b/src/cpu/x86/vm/frame_x86.inline.hpp	Fri May 06 16:33:13 2011 -0700
     1.3 @@ -62,6 +62,7 @@
     1.4    _pc = pc;
     1.5    assert(pc != NULL, "no pc?");
     1.6    _cb = CodeCache::find_blob(pc);
     1.7 +  adjust_unextended_sp();
     1.8  
     1.9    address original_pc = nmethod::get_deopt_original_pc(this);
    1.10    if (original_pc != NULL) {

mercurial