From 28a112ca6c6f46cd385f00aa932ec0e334e045a7 Mon Sep 17 00:00:00 2001 From: Evgeny Mandrikov Date: Tue, 16 Aug 2016 04:06:56 +0200 Subject: Do not violate JVMS regarding initialization of final fields (#434) Without this change instrumented classes can't pass checks and cause IllegalAccessError starting from OpenJDK 9 EA b127 (see https://bugs.openjdk.java.net/browse/JDK-8157181). --- org.jacoco.tests/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'org.jacoco.tests') diff --git a/org.jacoco.tests/pom.xml b/org.jacoco.tests/pom.xml index f91f2750..742e90dc 100644 --- a/org.jacoco.tests/pom.xml +++ b/org.jacoco.tests/pom.xml @@ -50,7 +50,7 @@ jacoco-maven-plugin ${project.version} - sun.reflect.DelegatingClassLoader:org.jacoco.core.test.TargetLoader + sun.reflect.DelegatingClassLoader:org.jacoco.core.test.TargetLoader:org.jacoco.core.test.InstrumentingLoader ${project.artifactId} ${jacoco.includes} -- cgit v1.2.3