From: markt Date: Fri, 1 Oct 2010 14:58:43 +0000 (+0000) Subject: Add a TODO X-Git-Url: https://git.internetallee.de/?a=commitdiff_plain;h=f67cdf5fc113af7db65d16e9b65920f042418c5e;p=tomcat7.0 Add a TODO git-svn-id: https://svn.apache.org/repos/asf/tomcat/trunk@1003552 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/java/org/apache/tomcat/util/net/NioEndpoint.java b/java/org/apache/tomcat/util/net/NioEndpoint.java index ef998ae8b..0eeabbac6 100644 --- a/java/org/apache/tomcat/util/net/NioEndpoint.java +++ b/java/org/apache/tomcat/util/net/NioEndpoint.java @@ -1098,6 +1098,9 @@ public class NioEndpoint extends AbstractEndpoint { (after - before) < selectorTimeout/2) { jvmBugCount++; if (jvmBugCount > JVM_BUG_THRESHOLD) { + // TODO If bug 49890 shows no signs of + // update after a suitable period of + // time, remove the jvm bug code log.error(sm.getString( "endpoint.err.jvmbug")); }