diff src/share/vm/runtime/deoptimization.cpp @ 8124:5fc51c1ecdeb

Merge.
author Thomas Wuerthinger <thomas.wuerthinger@oracle.com>
date Tue, 05 Mar 2013 23:44:54 +0100
parents c6c72de0537e 6a51fc70a15e
children b8f261ba79c6
line wrap: on
line diff
--- a/src/share/vm/runtime/deoptimization.cpp	Tue Mar 05 21:58:51 2013 +0100
+++ b/src/share/vm/runtime/deoptimization.cpp	Tue Mar 05 23:44:54 2013 +0100
@@ -1623,7 +1623,7 @@
         if (trap_method() == nm->method()) {
           make_not_compilable = true;
         } else {
-          trap_method->set_not_compilable(CompLevel_full_optimization);
+          trap_method->set_not_compilable(CompLevel_full_optimization, true, "overflow_recompile_count > PerBytecodeRecompilationCutoff");
           // But give grace to the enclosing nm->method().
         }
       }