Apache Commons BCEL团队很高兴地宣布 Apache 的发布 Commons BCEL 6.2 更好的支持 Java 9。
字节代码工程库(BCEL)旨在为用户提供分析,创建和操作已编译的.class文件的便捷方式。类由包含
给定类的所有符号信息的对象表示:方法,字段和字节代码指令。
bug 修复:
- o BCEL-294: Incorrect comment in StackMap.java Thanks to Mark Roberts.
- o BCEL-296: Incorrect comment in several classes. Thanks to Mark Roberts.
- o BCEL-295: Fix local variable live range length; add test case. Thanks to
- Mark Roberts.
- o BCEL-300: org.apache.bcel.classfile.ClassFormatException: Invalid byte
- tag in constant pool: 19.
- o BCEL-301: org.apache.bcel.classfile.ClassFormatException: Invalid byte
- tag in constant pool: 20.
完整内容请查看发布主页。
下载地址: http://commons.apache.org/bcel
转自 http://www.oschina.net/news/91350/apache-commons-bcel-6-2