Upgrade to ASM 9.7 for JDK 23 support

ASM 9.7 came out a few days ago and supports the JDK 23 bytecode version, see ASM - Versions. I can create the PR’s in GitHub - scala/scala: Scala 2 compiler and standard library. Bugs at https://github.com/scala/bug; Scala 3 at https://github.com/scala/scala3, if someone else can do the honours in GitHub - scala/scala-asm: A fork of https://gitlab.ow2.org/asm/asm for the Scala compiler.

3 Likes

I’ll take care of it soon-ish — likely this week or next.

1 Like

scala-asm 9.7.0-scala-1 is now on Maven Central.

I’ve PRed the upgrade to Scala 2.13.x myself (For JDK 23 support, upgrade to ASM 9.7 by SethTisue · Pull Request #10744 · scala/scala · GitHub) because 2.13.14 is imminent, but I’d be glad if you did 2.12.x and 3.

1 Like

There were some test failures, so we’ll tackle this for 2.13.15 instead, in the interest of keeping 2.13.14 modest in scope and focused on fixing regressions.

1 Like