diff src/share/vm/runtime/thread.cpp @ 7483:729a79037bd5

Fixes after merge with hs25-b15.
author Thomas Wuerthinger <thomas.wuerthinger@oracle.com>
date Wed, 16 Jan 2013 14:41:04 +0100
parents 989155e2d07a
children 3ac7d10a6572
line wrap: on
line diff
--- a/src/share/vm/runtime/thread.cpp	Wed Jan 16 01:34:24 2013 +0100
+++ b/src/share/vm/runtime/thread.cpp	Wed Jan 16 14:41:04 2013 +0100
@@ -2207,7 +2207,7 @@
           RegisterMap reg_map(this, UseBiasedLocking);
           frame compiled_frame = f.sender(&reg_map);
           if (!StressCompiledExceptionHandlers && compiled_frame.can_be_deoptimized()) {
-            Deoptimization::deoptimize(this, compiled_frame, &reg_map);
+            Deoptimization::deoptimize(this, compiled_frame, &reg_map, Deoptimization::Reason_constraint);
           }
         }
       }