hotspot/src/share/vm/oops/methodData.hpp
changeset 15481 63b99e56827f
parent 15437 eabd4555d072
parent 15479 e3c00ec80145
child 16689 efce070b8d42
--- a/hotspot/src/share/vm/oops/methodData.hpp	Wed Feb 06 15:22:32 2013 -0800
+++ b/hotspot/src/share/vm/oops/methodData.hpp	Thu Feb 07 12:23:51 2013 -0800
@@ -1469,7 +1469,7 @@
   void inc_decompile_count() {
     _nof_decompiles += 1;
     if (decompile_count() > (uint)PerMethodRecompilationCutoff) {
-      method()->set_not_compilable(CompLevel_full_optimization);
+      method()->set_not_compilable(CompLevel_full_optimization, true, "decompile_count > PerMethodRecompilationCutoff");
     }
   }