aboutsummaryrefslogtreecommitdiff
path: root/org.jacoco.doc
diff options
context:
space:
mode:
Diffstat (limited to 'org.jacoco.doc')
-rw-r--r--org.jacoco.doc/docroot/doc/changes.html3
1 files changed, 3 insertions, 0 deletions
diff --git a/org.jacoco.doc/docroot/doc/changes.html b/org.jacoco.doc/docroot/doc/changes.html
index 37023188..92d39345 100644
--- a/org.jacoco.doc/docroot/doc/changes.html
+++ b/org.jacoco.doc/docroot/doc/changes.html
@@ -22,6 +22,9 @@
<h3>Fixed Bugs</h3>
<ul>
+ <li>"<code>java.lang.ClassFormatError: Short length on BootstrapMethods in class file</code>"
+ caused by bug in ASM library
+ (GitHub <a href="https://github.com/jacoco/jacoco/issues/462">#462</a>).</li>
<li>Do not recompute frames in case of large methods, otherwise
<code>java.lang.ClassNotFoundException</code> might be thrown
(GitHub <a href="https://github.com/jacoco/jacoco/issues/177">#177</a>).</li>