From 30071927f8abc7e52df83e8e98f49b12e3fb27f4 Mon Sep 17 00:00:00 2001 From: Dominik Stadler Date: Thu, 26 Jan 2017 19:59:10 +0000 Subject: [PATCH] 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 --- build.xml | 10 ++++++++++ jenkins/create_jobs.groovy | 1 + 2 files changed, 11 insertions(+) diff --git a/build.xml b/build.xml index 802f89c94..fdec99923 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 08e210145..dc3f3483a 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 ],