aboutsummaryrefslogtreecommitdiff
path: root/org.jacoco.doc/docroot
diff options
context:
space:
mode:
authorEvgeny Mandrikov <Godin@users.noreply.github.com>2017-01-04 13:59:51 +0200
committerGitHub <noreply@github.com>2017-01-04 13:59:51 +0200
commitb208594754d27c6c953c854ee044931f9d2bb9c7 (patch)
tree379e7e07974d212a6b7348ccca1bbc3505a11995 /org.jacoco.doc/docroot
parented979068709c2f33b9e6ace44bb4d1618d56dc98 (diff)
downloadjacoco-b208594754d27c6c953c854ee044931f9d2bb9c7.tar.gz
Test that "ClassFormatError: Short length on BootstrapMethods" fixed by ASM upgrade (#462)
Diffstat (limited to 'org.jacoco.doc/docroot')
-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>