Comment 0 for bug 1800792

Revision history for this message
Jeroen Hoek (mail-jeroenhoek) wrote : Update to 8u181-b13-1ubuntu0.18.04.1 breaks Maven builds

Today both the OpenJDK 8 and 11 packages were updated. In the case of OpenJDK 8:

openjdk-8-jdk: 8u181-b13-0ubuntu0.18.04.1 → 8u181-b13-1ubuntu0.18.04.1

OpenJDK 11 (10 really):

openjdk-11-jdk: 10.0.2+13-1ubuntu0.18.04.2 → 10.0.2+13-1ubuntu0.18.04.3

After this update all my local Maven builds fail with a crashed VM. From the console output it looks like one of the prerequisites of JaCoCo (Java code coverage tool) is no longer met, but I haven't been able to figure out what the root cause is.

This problem occurs with both OpenJDK 8 and 10.

Reproduction:

This is one of our projects: https://github.com/LableOrg/java-nicerxvi

Clone the project, and call `mvn clean install`. For me it now fails to build (output attached).

When I downgrade to 8u162-b12-1 everything works again.