ASM 9.5

"Remi Forax" ([email protected]) <[email protected]> Sat, 25 Mar 2023 10:21:04 +0100 (CET)
Newsgroups gmane.comp.java.objectweb.asm
Message-ID <[email protected]>
This is a multi-part message in MIME format...

------------=_1679736618-6746-0
Content-Type: text/plain; charset=utf-8
Content-Transfer-Encoding: 7bit

Hi all,
as usual, we are releasing a new version of ASM, now that Java 20 has gone GA.
The version 9.5 is now available on Maven Central.

Changes of this version:
[317989] Fix Silent removal of zero-valued entries from the line-number table
[317982] Get offsets of instructions in MethodVisitor

The first fix allows to declare instruction at line 0, ASM was previously removing such line number.
The second is an enhancement that adds a new method readBytecodeInstructionOffset() to ClassReader to get the bytecode instruction offset (bci) of a specific opcode when reading the bytecode.

We want to thanks Justin Blank, Fangyan Si, Johny Lim, Ian Zerny, Ao Li, Liam Miller-Cushon (and i hope i'm not missing someone) to helping us to improve this release of ASM.

regards,
the ASM team

https://gitlab.ow2.org/asm/asm/-/issues/317989
https://gitlab.ow2.org/asm/asm/-/issues/317982




------------=_1679736618-6746-0
Content-Type: text/plain; charset="UTF-8"
Content-Disposition: inline
Content-Transfer-Encoding: 8bit


-- 
You receive this message as a subscriber of the [email protected] mailing list.
To unsubscribe: mailto:[email protected]
For general help: mailto:[email protected]?subject=help
OW2 mailing lists service home page: http://www.ow2.org/wws

------------=_1679736618-6746-0--