Jump to letter: [
ABCDEFGHIJKLMNOPQRSTUVWX
]
asm2: A code manipulation tool to implement adaptable systems
- Summary
- 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.)
Arch: noarch
| Download: | asm2-2.2.3-1jpp.src.rpm |
| Build Date: | Fri Oct 12 19:26:00 2007 |
| Packager: | Ralph Apel <r.apel@r-apel.de> |
| Size: | 1.69 MiB |
Changelog
- * Fri Oct 12 12:00:00 2007 Ralph Apel <r.apel at r-apel.de> 0:2.2.3-1jpp
-
- 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
- * Thu Jan 5 11:00:00 2006 Fernando Nasser <fnasser{%}redhat{*}com> - 0:2.1-1jpp
-
- First JPP 1.7 build
- * Thu Oct 6 12:00:00 2005 Ralph Apel <r.apel at r-apel.de> 0:2.1-1jpp
-
- Upgrade to 2.1