Review request for JMC-6429: Upgrade to ASM 7.1.

Marcus Hirt marcus at hirt.se
Mon Apr 29 21:11:40 UTC 2019


Hi all,

Please review this upgrade to ASM 7.1 for the JMC agent.

Jira:   https://bugs.openjdk.java.net/browse/JMC-6429
Patch:

diff -r 0339c57d510c core/org.openjdk.jmc.agent/pom.xml
--- a/core/org.openjdk.jmc.agent/pom.xml       Mon Apr 29 22:36:10 2019 +0200
+++ b/core/org.openjdk.jmc.agent/pom.xml       Mon Apr 29 22:47:53 2019 +0200
@@ -40,7 +40,7 @@
        <properties>
                <maven.compiler.source>1.7</maven.compiler.source>
                <maven.compiler.target>1.7</maven.compiler.target>
-            <asm.version>7.0</asm.version>
+            <asm.version>7.1</asm.version>
                <junit.version>4.12</junit.version>
 
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
        </properties>

Kind regards,
Marcus



More information about the jmc-dev mailing list