src/share/vm/prims/jvmtiImpl.cpp

changeset 2260
ce6848d0666d
parent 1907
c18cbe5936b8
child 2277
5caa30ea147b
     1.1 --- a/src/share/vm/prims/jvmtiImpl.cpp	Mon Oct 18 15:43:29 2010 -0700
     1.2 +++ b/src/share/vm/prims/jvmtiImpl.cpp	Tue Oct 19 16:14:34 2010 -0700
     1.3 @@ -799,8 +799,7 @@
     1.4  
     1.5        // Schedule deoptimization so that eventually the local
     1.6        // update will be written to an interpreter frame.
     1.7 -      VM_DeoptimizeFrame deopt(_jvf->thread(), _jvf->fr().id());
     1.8 -      VMThread::execute(&deopt);
     1.9 +      Deoptimization::deoptimize_frame(_jvf->thread(), _jvf->fr().id());
    1.10  
    1.11        // Now store a new value for the local which will be applied
    1.12        // once deoptimization occurs. Note however that while this

mercurial