You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by ma...@apache.org on 2017/09/01 11:10:38 UTC

svn commit: r1806932 - /tomcat/trunk/java/org/apache/tomcat/util/compat/JreCompat.java

Author: markt
Date: Fri Sep  1 11:10:37 2017
New Revision: 1806932

URL: http://svn.apache.org/viewvc?rev=1806932&view=rev
Log:
Update comment. We now have features that depend on Java 9.

Modified:
    tomcat/trunk/java/org/apache/tomcat/util/compat/JreCompat.java

Modified: tomcat/trunk/java/org/apache/tomcat/util/compat/JreCompat.java
URL: http://svn.apache.org/viewvc/tomcat/trunk/java/org/apache/tomcat/util/compat/JreCompat.java?rev=1806932&r1=1806931&r2=1806932&view=diff
==============================================================================
--- tomcat/trunk/java/org/apache/tomcat/util/compat/JreCompat.java (original)
+++ tomcat/trunk/java/org/apache/tomcat/util/compat/JreCompat.java Fri Sep  1 11:10:37 2017
@@ -34,10 +34,6 @@ public class JreCompat {
 
     static {
         // This is Tomcat 9 with a minimum Java version of Java 8.
-        // At this point there are no option features that require Java > 8 but
-        // the memory leak detection code does need to know if it is running on
-        // Java 9+ since the modularisation changes break some of the reflection
-        // used
         // Look for the highest supported JVM first
         if (Jre9Compat.isSupported()) {
             instance = new Jre9Compat();



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org