comparison src/share/vm/prims/jvmtiImpl.cpp @ 5130:ab038e0d6b43

Merge
author Lukas Stadler <lukas.stadler@jku.at>
date Wed, 21 Mar 2012 11:28:22 +0100
parents 0ebca2e35ca5
children 957c266d8bc5
comparison
equal deleted inserted replaced
5129:51111665eda6 5130:ab038e0d6b43
765 // meaning they are not mutable. 765 // meaning they are not mutable.
766 if (can_be_deoptimized(_jvf)) { 766 if (can_be_deoptimized(_jvf)) {
767 767
768 // Schedule deoptimization so that eventually the local 768 // Schedule deoptimization so that eventually the local
769 // update will be written to an interpreter frame. 769 // update will be written to an interpreter frame.
770 Deoptimization::deoptimize_frame(_jvf->thread(), _jvf->fr().id()); 770 Deoptimization::deoptimize_frame(_jvf->thread(), _jvf->fr().id(), Deoptimization::Reason_constraint);
771 771
772 // Now store a new value for the local which will be applied 772 // Now store a new value for the local which will be applied
773 // once deoptimization occurs. Note however that while this 773 // once deoptimization occurs. Note however that while this
774 // write is deferred until deoptimization actually happens 774 // write is deferred until deoptimization actually happens
775 // can vframe created after this point will have its locals 775 // can vframe created after this point will have its locals