This site will look much better in a browser that supports web standards, but it is accessible to any browser or Internet device.

The Open Source Zone


ASM

Project logo
Project Name ASM
Category Libraries
Programming Language Java
Project Home Page http://asm.objectweb.org/
License(s) ASM License
License URL(s) http://asm.objectweb.org/license.html
Tags (edit) bytecode, class, proxy

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.

Edit project.

Report abuse.

Similar Projects (edit)

Reviews

Be the first person to review this project!

User tips

Add a tip.

Related books

Add more books.


Last modified on 2006-02-27 23:00:40.623 (rel. 4).