RFR: 6886: Agent ASM components are constructed with the wrong version of …

Guru Hb ghb at openjdk.java.net
Thu Aug 6 13:35:49 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.

looks good to me

-------------

Marked as reviewed by ghb (Reviewer).

PR: https://git.openjdk.java.net/jmc/pull/104


More information about the jmc-dev mailing list