src/share/vm/prims/jvmtiImpl.cpp

changeset 2277
5caa30ea147b
parent 2233
fa83ab460c54
parent 2260
ce6848d0666d
child 2314
f95d63e2154a
     1.1 --- a/src/share/vm/prims/jvmtiImpl.cpp	Thu Nov 04 16:17:54 2010 -0700
     1.2 +++ b/src/share/vm/prims/jvmtiImpl.cpp	Mon Nov 08 14:33:48 2010 -0800
     1.3 @@ -728,8 +728,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