changeset 22552:778602e2403c

Remove TODO and author comment
author Tom Rodriguez <tom.rodriguez@oracle.com>
date Fri, 11 Sep 2015 14:11:11 -0700
parents 71ea8d7db665
children 114750c43459
files src/share/vm/jvmci/jvmciEnv.cpp
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/src/share/vm/jvmci/jvmciEnv.cpp	Fri Sep 11 16:41:50 2015 +0200
+++ b/src/share/vm/jvmci/jvmciEnv.cpp	Fri Sep 11 14:11:11 2015 -0700
@@ -496,12 +496,12 @@
       MethodData* mdp = method()->method_data();
       if (mdp != NULL) {
         mdp->inc_decompile_count();
+#ifdef DEBUG
         if (mdp->decompile_count() > (uint)PerMethodRecompilationCutoff) {
-          // TODO (chaeubl) enable this in the fastdebug build only once we are more stable
           ResourceMark m;
           tty->print_cr("WARN: endless recompilation of %s. Method was set to not compilable.", method()->name_and_sig_as_C_string());
-          //ShouldNotReachHere();
         }
+#endif
       }
 
       // All buffers in the CodeBuffer are allocated in the CodeCache.