# HG changeset patch # User Tom Rodriguez # Date 1442005871 25200 # Node ID 778602e2403cd593b12cb95d0d21de975c7aaf84 # Parent 71ea8d7db6658985adb45b500ccdf4cde1e18737 Remove TODO and author comment diff -r 71ea8d7db665 -r 778602e2403c src/share/vm/jvmci/jvmciEnv.cpp --- 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.