Upgrade ASM from 9.1 to 9.5 to support Java 21 by slachiewicz · Pull Request #1671 · google/guice (original) (raw)
24 March 2023: ASM 9.5 (tag ASM_9_5)
- new Opcodes.V21 constant for Java 21
- new readBytecodeInstructionOffset hook in ClassReader
- more detailed exception messages
- bug fixes:
- 317989: Silent removal of zero-valued entries from the line-number table
Tested with Eclipse Sisu Inject project and Java 19, 20 and 21-ea