aboutsummaryrefslogtreecommitdiff
path: root/org.jacoco.doc/docroot
diff options
context:
space:
mode:
authorAllen Hair <allenhair+github@gmail.com>2017-12-20 14:46:56 -0800
committerEvgeny Mandrikov <Godin@users.noreply.github.com>2017-12-20 23:46:56 +0100
commite050f1948abedc1f298ce2c10392309801039f49 (patch)
tree55da3bde9088d3f4f17ec8081172577db57c9629 /org.jacoco.doc/docroot
parent4c0b93e8c1ae7166385bdea6fc059d86f1cb1c92 (diff)
downloadjacoco-e050f1948abedc1f298ce2c10392309801039f49.tar.gz
Instrumentation should not damage structured locking (#627)
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 ee78110f..2a498a43 100644
--- a/org.jacoco.doc/docroot/doc/changes.html
+++ b/org.jacoco.doc/docroot/doc/changes.html
@@ -61,6 +61,10 @@
<h3>Fixed Bugs</h3>
<ul>
+ <li>Fixed bug in instrumentation of exception handlers, which was causing damage
+ of structured locking in certain situations and as consequence poor
+ performance of instrumented methods, analysis and fix contributed by Allen Hair
+ (GitHub <a href="https://github.com/jacoco/jacoco/issues/627">#627</a>).</li>
<li><code>dump</code> commands now report error when server unexpectedly
closes connection without sending response
(GitHub <a href="https://github.com/jacoco/jacoco/issues/538">#538</a>).</li>