aboutsummaryrefslogtreecommitdiff
path: root/org.jacoco.doc/docroot
diff options
context:
space:
mode:
authorEvgeny Mandrikov <Godin@users.noreply.github.com>2016-08-16 04:06:56 +0200
committerMarc R. Hoffmann <hoffmann@mountainminds.com>2016-08-16 04:06:56 +0200
commit28a112ca6c6f46cd385f00aa932ec0e334e045a7 (patch)
tree9d92399e1a2e797a87d560e49fc092e0017a113d /org.jacoco.doc/docroot
parentc6f2b6b7e887eb645b8aba928ff0134cfe66ec28 (diff)
downloadjacoco-28a112ca6c6f46cd385f00aa932ec0e334e045a7.tar.gz
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).
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 b2e9d4b5..e62b4a80 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 to not violate Java Virtual Machine Specification regarding
+ initialization of final fields, otherwise <code>IllegalAccessError</code>
+ will be thrown starting from OpenJDK 9 EA b127
+ (GitHub <a href="https://github.com/jacoco/jacoco/issues/434">#434</a>).</li>
<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