aboutsummaryrefslogtreecommitdiff
path: root/org.jacoco.doc/docroot
diff options
context:
space:
mode:
authorEvgeny Mandrikov <Godin@users.noreply.github.com>2016-06-24 11:23:49 +0200
committerMarc R. Hoffmann <hoffmann@mountainminds.com>2016-06-24 11:23:49 +0200
commit70565308277973dfd8b61c7545c03bc4fb1fd725 (patch)
treee508ff56157e83405d1ced6f6b8b59358a2e329c /org.jacoco.doc/docroot
parentaa4fda878a04d0d9ef46d57814e9f6af49fc6020 (diff)
downloadjacoco-70565308277973dfd8b61c7545c03bc4fb1fd725.tar.gz
Fix instrumentation of interfaces with default methods (#428)
Without this change instrumented classes can't pass consistency checks for a constant pool and cause IncompatibleClassChangeError starting with OpenJDK 9 EA b122 (see https://bugs.openjdk.java.net/browse/JDK-8145148).
Diffstat (limited to 'org.jacoco.doc/docroot')
-rw-r--r--org.jacoco.doc/docroot/doc/changes.html4
1 files changed, 4 insertions, 0 deletions
diff --git a/org.jacoco.doc/docroot/doc/changes.html b/org.jacoco.doc/docroot/doc/changes.html
index fdc0d8c0..b2e9d4b5 100644
--- a/org.jacoco.doc/docroot/doc/changes.html
+++ b/org.jacoco.doc/docroot/doc/changes.html
@@ -29,6 +29,10 @@
<h3>Fixed Bugs</h3>
<ul>
+ <li>Fix instrumentation of interfaces with default methods to not create incorrect
+ constant pool entries, which lead to <code>IncompatibleClassChangeError</code>
+ starting from OpenJDK 9 EA b122
+ (GitHub <a href="https://github.com/jacoco/jacoco/issues/428">#428</a>).</li>
<li>Add Maven goal <code>report-aggregate</code> to lifecycle-mapping-metadata.xml
(GitHub <a href="https://github.com/jacoco/jacoco/issues/427">#427</a>).</li>
</ul>