aboutsummaryrefslogtreecommitdiff
path: root/org.jacoco.agent.rt
diff options
context:
space:
mode:
authorMarc R. Hoffmann <hoffmann@mountainminds.com>2012-11-02 22:58:50 +0100
committerMarc R. Hoffmann <hoffmann@mountainminds.com>2012-11-02 22:58:50 +0100
commit1e1df5b34d6c24c422924441ffd569d7570a6d17 (patch)
treebd2118248bf32cf1c4378c598b1e4888e694e2f9 /org.jacoco.agent.rt
parentebee6e52c994fbcb5f8c954ca75c5513c9fafaba (diff)
downloadjacoco-1e1df5b34d6c24c422924441ffd569d7570a6d17.tar.gz
Update to ASM 4.1
With ASM 4.1 implicit initial frames are no longer processed as events. This required a rework and simplification of the frame processing logic.
Diffstat (limited to 'org.jacoco.agent.rt')
-rw-r--r--org.jacoco.agent.rt/META-INF/MANIFEST.MF2
1 files changed, 1 insertions, 1 deletions
diff --git a/org.jacoco.agent.rt/META-INF/MANIFEST.MF b/org.jacoco.agent.rt/META-INF/MANIFEST.MF
index 16a32b82..76516c09 100644
--- a/org.jacoco.agent.rt/META-INF/MANIFEST.MF
+++ b/org.jacoco.agent.rt/META-INF/MANIFEST.MF
@@ -9,4 +9,4 @@ Import-Package: org.jacoco.core;bundle-version="[0.6.1,0.6.2)",
org.jacoco.core.data;bundle-version="[0.6.1,0.6.2)",
org.jacoco.core.instr;bundle-version="[0.6.1,0.6.2)",
org.jacoco.core.runtime;bundle-version="[0.6.1,0.6.2)",
- org.objectweb.asm;version="[4.0.0,4.1.0)"
+ org.objectweb.asm;version="[4.1.0,4.2.0)"