From: Dominik Stadler Date: Sun, 11 Dec 2016 20:59:23 +0000 (+0000) Subject: Adjust comments in script for Java 9 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=9aac52d5bd78a26dc809ce1051bcb7addce3bea0;p=poi.git Adjust comments in script for Java 9 git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1773652 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/java9.sh b/java9.sh index a78f7c5d23..47e6f05674 100755 --- a/java9.sh +++ b/java9.sh @@ -13,6 +13,7 @@ export ANT_OPTS="-Xmx1024m" ant -version # disable file-leak-detector: -Dfile.leak.detector=-Da=b \ +# option to try to avoid sigsev: -Djava9addarg=-XX:-PartialPeelLoop \ ant \ -Duser.language=en \ @@ -89,8 +90,7 @@ exit 0 # => Ant 1.9.5 fixes this: https://bz.apache.org/bugzilla/show_bug.cgi?id=58271 -# JaCoCo is failing: - +# JaCoCo is failing, fixed with newer JaCoCo: test-main: [jacoco:coverage] Enhancing junit with coverage [junit] File leak detector installed