diff 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
line wrap: on
line diff
--- a/src/share/vm/prims/jvmtiImpl.cpp	Wed Mar 21 10:47:02 2012 +0100
+++ b/src/share/vm/prims/jvmtiImpl.cpp	Wed Mar 21 11:28:22 2012 +0100
@@ -767,7 +767,7 @@
 
       // Schedule deoptimization so that eventually the local
       // update will be written to an interpreter frame.
-      Deoptimization::deoptimize_frame(_jvf->thread(), _jvf->fr().id());
+      Deoptimization::deoptimize_frame(_jvf->thread(), _jvf->fr().id(), Deoptimization::Reason_constraint);
 
       // Now store a new value for the local which will be applied
       // once deoptimization occurs. Note however that while this