RFR: 6886: Agent ASM components are constructed with the wrong version of …
Joshua Matsuoka
jmatsuoka at openjdk.java.net
Wed Aug 5 21:40:00 UTC 2020
This PR addresses JMC-6886. When we bumped the version of ASM up to 8.0.1 it broke the agent since some of the calls we
were using started to enforce opcodes above ASM7. This PR updates the constructed ASM components to use Opcodes.ASM8
instead of Opcodes.ASM5.
-------------
Commit messages:
- 6886: Agent ASM components are constructed with the wrong version of Opcodes
Changes: https://git.openjdk.java.net/jmc/pull/104/files
Webrev: https://webrevs.openjdk.java.net/jmc/104/webrev.00
Issue: https://bugs.openjdk.java.net/browse/JMC-6886
Stats: 5 lines in 3 files changed: 0 ins; 0 del; 5 mod
Patch: https://git.openjdk.java.net/jmc/pull/104.diff
Fetch: git fetch https://git.openjdk.java.net/jmc pull/104/head:pull/104
PR: https://git.openjdk.java.net/jmc/pull/104
More information about the jmc-dev
mailing list