src/share/vm/runtime/deoptimization.cpp

changeset 4539
6a51fc70a15e
parent 4325
d2f8c38e543d
child 4727
0094485b46c7
     1.1 --- a/src/share/vm/runtime/deoptimization.cpp	Mon Feb 04 11:30:37 2013 +0100
     1.2 +++ b/src/share/vm/runtime/deoptimization.cpp	Tue Feb 05 08:25:51 2013 -0800
     1.3 @@ -1559,7 +1559,7 @@
     1.4          if (trap_method() == nm->method()) {
     1.5            make_not_compilable = true;
     1.6          } else {
     1.7 -          trap_method->set_not_compilable(CompLevel_full_optimization);
     1.8 +          trap_method->set_not_compilable(CompLevel_full_optimization, true, "overflow_recompile_count > PerBytecodeRecompilationCutoff");
     1.9            // But give grace to the enclosing nm->method().
    1.10          }
    1.11        }

mercurial