红联Linux门户
Linux帮助

ASM 5发布,Java字节码操纵框架

发布时间:2014-03-21 21:47:35来源:红联作者:empast
新特性:

1、支持java8

2、visitMethodInsn(int,String,String,String)方法被标记为 deprecated,用visitMethodInsn(int,String,String,String,boolean) 替代。

Bug fixes:
317111 source debug extension size should not be limeted to 64k
316682 maxLocals not updated in AnalyzerAdapter constructor.
316630 Type verification in CheckAnnotationAdapter.
316545 ASM incorrectly merges Object[] and byte[][] in StackMapTable.
316555 Wrong maxLocals calculation in AnalyzerAdapter.
316553 InsnListIterator can't get previous entry after exec "remove()".

ASM 是一个 Java 字节码操纵框架。它可以直接以二进制形式动态地生成 stub 类或其他代理类,或者在装载时动态地修改类。ASM 提供类似于 BCEL 和 SERP 之类的工具包的功能,但是被设计得更小巧、更快速,这使它适用于实时代码插装。

项目主页:http://asm.ow2.org/

下载地址:http://asm.ow2.org/download/index.html

来自:开源中国社区
文章评论

共有 0 条评论