diff src/share/vm/oops/methodData.cpp @ 8125:0026a2e70695

Merge fixes.
author Thomas Wuerthinger <thomas.wuerthinger@oracle.com>
date Tue, 05 Mar 2013 23:58:57 +0100
parents 5fc51c1ecdeb
children 6c4db417385a
line wrap: on
line diff
--- a/src/share/vm/oops/methodData.cpp	Tue Mar 05 23:44:54 2013 +0100
+++ b/src/share/vm/oops/methodData.cpp	Tue Mar 05 23:58:57 2013 +0100
@@ -760,13 +760,6 @@
   return CompilationPolicy::policy()->is_mature(_method);
 }
 
-void MethodData::inc_decompile_count() {
-  _nof_decompiles += 1;
-  if (decompile_count() > (uint)PerMethodRecompilationCutoff) {
-    method()->set_not_compilable(CompLevel_full_optimization);
-  }
-}
-
 // Translate a bci to its corresponding data index (di).
 address MethodData::bci_to_dp(int bci) {
   ResourceMark rm;