This is an automated email from the ASF dual-hosted git repository.

remm pushed a commit to branch 8.5.x
in repository https://gitbox.apache.org/repos/asf/tomcat.git


The following commit(s) were added to refs/heads/8.5.x by this push:
     new ae1b8be  Add opens for Java 16
ae1b8be is described below

commit ae1b8be62ad2a2d9491615f3f6b76442f25583a2
Author: remm <r...@apache.org>
AuthorDate: Tue Dec 15 14:30:51 2020 +0100

    Add opens for Java 16
---
 build.xml | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/build.xml b/build.xml
index 12ab79c..a2051f5 100644
--- a/build.xml
+++ b/build.xml
@@ -219,6 +219,10 @@
              property="java9.test.option.4"
              value="--add-opens=java.base/java.util=ALL-UNNAMED"/>
   <property name="java9.test.option.4" value="-Dtest.4=4"/>
+  <available classname="java.lang.reflect.InaccessibleObjectException"
+             property="java9.test.option.5"
+             value="--add-opens=java.base/java.util.concurrent=ALL-UNNAMED"/>
+  <property name="java9.test.option.5" value="-Dtest.5=5"/>
 
   <!-- Classpaths -->
   <path id="compile.classpath">
@@ -1536,6 +1540,7 @@
         <jvmarg value="${java9.test.option.2}"/>
         <jvmarg value="${java9.test.option.3}"/>
         <jvmarg value="${java9.test.option.4}"/>
+        <jvmarg value="${java9.test.option.5}"/>
 
         <classpath refid="tomcat.test.run.classpath" />
 


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

Reply via email to