Name: | asm2 |
---|---|
Version: | 2.2.3 |
Release: | 7.jpp5 |
Architecture: | noarch |
Group: | Development/Libraries/Java |
Size: | 376623 |
License: | BSD |
RPM: | asm2-2.2.3-7.jpp5.noarch.rpm |
Source RPM: | asm2-2.2.3-7.jpp5.src.rpm |
Build Date: | Sat Sep 07 2013 |
Build Host: | ca-build7.us.oracle.com |
Vendor: | Oracle America |
URL: | http://asm.objectweb.org/ |
Summary: | Code manipulation tool to implement adaptable systems |
Description: | ASM is a Java bytecode manipulation framework. It can be used to dynamically generate stub classes or other proxy classes, directly in binary form, or to dynamically modify classes at load time, i.e., just before they are loaded into the Java Virtual Machine. ASM offers similar functionalities as BCEL or SERP, but is much smaller (33KB instead of 350KB for BCEL and 150KB for SERP) and faster than these tools (the overhead of a load time class transformation is of the order of 60% with ASM, 700% or more with BCEL, and 1100% or more with SERP). Indeed ASM was designed to be used in a dynamic way* and was therefore designed and implemented to be as small and as fast as possible. (* ASM can of course be used in a static way too.) |
- build for JPackage 5 - bump release to supersede Mandriva release number
- Fix parent pom filename
- Upgrade to 2.2.3 - Add asm2-all jar file - Add manual subpackage - Optionally run tests (need lots of time, cpu, mem) - Add maven2 poms and depmap frags - Add gcj_support option - Make Vendor, Distribution based on macro
- First JPP 1.7 build
- Upgrade to 2.1
- First release of the 2.0 line.