diff src/share/vm/prims/jvmtiImpl.cpp @ 13188:6b2d8d20ecbd

deoptimization: add helper to minimize hsx diff #resolve GRAAL-531
author Bernhard Urban <bernhard.urban@jku.at>
date Thu, 28 Nov 2013 14:12:31 +0100
parents 096c224171c4
children 52b4284cb496
line wrap: on
line diff
--- a/src/share/vm/prims/jvmtiImpl.cpp	Thu Nov 28 13:19:58 2013 +0100
+++ b/src/share/vm/prims/jvmtiImpl.cpp	Thu Nov 28 14:12:31 2013 +0100
@@ -752,7 +752,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::Reason_constraint);
+      Deoptimization::deoptimize_frame(_jvf->thread(), _jvf->fr().id());
 
       // Now store a new value for the local which will be applied
       // once deoptimization occurs. Note however that while this