This is an automated email from the ASF dual-hosted git repository.
remm pushed a commit to branch 9.0.x
in repository https://gitbox.apache.org/repos/asf/tomcat.git
The following commit(s) were added to refs/heads/9.0.x by this push:
new 65b3af0 Add opens for Java 16
65b3af0 is described below
commit 65b3af0e5e9085762d4b6c345685cf526dcd7572
Author: remm <[email protected]>
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 2c2b532..159c7a7 100644
--- a/build.xml
+++ b/build.xml
@@ -222,6 +222,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">
@@ -1938,6 +1942,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: [email protected]
For additional commands, e-mail: [email protected]