Integrated: 6886: Agent ASM components are constructed with the wrong version of …
Joshua Matsuoka
jmatsuoka at openjdk.java.net
Fri Aug 7 14:36:18 UTC 2020
On Wed, 5 Aug 2020 21:35:02 GMT, Joshua Matsuoka <jmatsuoka at openjdk.org> wrote:
> 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.
This pull request has now been integrated.
Changeset: a6ff5345
Author: Joshua Matsuoka <jmatsuoka at openjdk.org>
URL: https://git.openjdk.java.net/jmc/commit/a6ff5345
Stats: 5 lines in 3 files changed: 0 ins; 0 del; 5 mod
6886: Agent ASM components are constructed with the wrong version of …
Reviewed-by: ghb
-------------
PR: https://git.openjdk.java.net/jmc/pull/104
More information about the jmc-dev
mailing list