From f67cdf5fc113af7db65d16e9b65920f042418c5e Mon Sep 17 00:00:00 2001 From: markt Date: Fri, 1 Oct 2010 14:58:43 +0000 Subject: [PATCH] Add a TODO git-svn-id: https://svn.apache.org/repos/asf/tomcat/trunk@1003552 13f79535-47bb-0310-9956-ffa450edef68 --- java/org/apache/tomcat/util/net/NioEndpoint.java | 3 +++ 1 file changed, 3 insertions(+) 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")); } -- 2.11.0