From: Dominik Stadler Date: Thu, 26 Jan 2017 19:59:10 +0000 (+0000) Subject: Need a fifth addopens-parameter for JDK 9 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=30071927f8abc7e52df83e8e98f49b12e3fb27f4;p=poi.git Need a fifth addopens-parameter for JDK 9 git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1780457 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/build.xml b/build.xml index 802f89c948..fdec999230 100644 --- a/build.xml +++ b/build.xml @@ -314,6 +314,7 @@ under the License. + @@ -1268,6 +1269,7 @@ under the License. + @@ -1333,6 +1335,7 @@ under the License. + @@ -1389,6 +1392,7 @@ under the License. + @@ -1435,6 +1439,7 @@ under the License. + @@ -1467,6 +1472,7 @@ under the License. + @@ -1516,6 +1522,7 @@ under the License. + @@ -1570,6 +1577,7 @@ under the License. + @@ -1628,6 +1636,7 @@ under the License. + @@ -1672,6 +1681,7 @@ under the License. + diff --git a/jenkins/create_jobs.groovy b/jenkins/create_jobs.groovy index 08e2101457..dc3f3483aa 100644 --- a/jenkins/create_jobs.groovy +++ b/jenkins/create_jobs.groovy @@ -35,6 +35,7 @@ def poijobs = [ '-Djava9addopens2=--add-opens=java.base/java.io=ALL-UNNAMED', '-Djava9addopens3=--add-opens=java.base/java.nio=ALL-UNNAMED', '-Djava9addopens4=--add-opens=java.base/java.lang=ALL-UNNAMED', + '-Djava9addopens5=--add-opens=java.base/jdk.internal.ref=ALL-UNNAMED', '-Djava.locale.providers=JRE,CLDR'], skipcigame: true ],