tests crash with JDK 10
Ed42 opened this issue · 1 comments
Ed42 commented
$ mvn test
produces errors, with core file
$ file core
core: ELF 64-bit LSB core file x86-64, version 1 (SYSV), SVR4-style, from '/opt/java/jdk-10/bin/java -javaagent:/home/ed/.m2/repository/org/jacoco/org.jac'
Works with JDK <= 9
jonashackt commented
Wow thanks for reporting. I´am currently not testing/working with JDK 10. But PRs are always welcome 😃