RFR: 7948: Update ASM to 9.7 so the agent can build and run with JDK17
Joshua Matsuoka
jmatsuoka at openjdk.org
Wed May 1 17:14:06 UTC 2024
Addresses JMC-7948 (Update ASM version in the agent).
The agent currently uses a very old version of ASM that doesn't support more recent JDK versions (most notably JDK17).
This PR bumps the ASM version up to 9.7 which was released in March and supports up to JDK23. It also bumps the agent build up to JDK17.
-------------
Commit messages:
- Update ASM to 9.7 so the agent can build and run with JDK17
Changes: https://git.openjdk.org/jmc/pull/561/files
Webrev: https://webrevs.openjdk.org/?repo=jmc&pr=561&range=00
Issue: https://bugs.openjdk.org/browse/JMC-7948
Stats: 4 lines in 1 file changed: 0 ins; 0 del; 4 mod
Patch: https://git.openjdk.org/jmc/pull/561.diff
Fetch: git fetch https://git.openjdk.org/jmc.git pull/561/head:pull/561
PR: https://git.openjdk.org/jmc/pull/561
More information about the jmc-dev
mailing list