This is an automated email from the ASF dual-hosted git repository.
remm pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/tomcat.git
The following commit(s) were added to refs/heads/master by this push:
new 61f4baf Add opens for Java 16
61f4baf is described below
commit 61f4baf64c69c5fd738d34b6139eda4549258cea
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 f937fc3..913dd0c 100644
--- a/build.xml
+++ b/build.xml
@@ -226,6 +226,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">
@@ -1947,6 +1951,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]