diff --git a/java9.sh b/java9.sh index 47e6f0567..a78f7c5d2 100755 --- a/java9.sh +++ b/java9.sh @@ -13,7 +13,6 @@ 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 \ @@ -90,7 +89,8 @@ exit 0 # => Ant 1.9.5 fixes this: https://bz.apache.org/bugzilla/show_bug.cgi?id=58271 -# JaCoCo is failing, fixed with newer JaCoCo: +# JaCoCo is failing: + test-main: [jacoco:coverage] Enhancing junit with coverage [junit] File leak detector installed