Apocrypha

asm

Bytecode manipulation framework for Java

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 more smaller (25KB 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.

Available in

OverlayNewestEbuildsLast activity
gentoo gitweb ↗ 9.10.1 2 13 h details ›
superposition gitweb ↗ 9.4 2 13 mo details ›
spark-overlay GitHub ↗ 8.0.1 3 21 mo details ›

Versions & arches

VersionOverlay amd64arm64x86ppc64armsparc-solarisx64-macosx86-solaris Committed
9.10.1 gentoo amd64 stable arm64 stable x86 untested ppc64 stable arm untested sparc-solaris untested x64-macos testing x86-solaris untested view · download · history ↗
9.7.1-r1 gentoo amd64 stable arm64 stable x86 untested ppc64 stable arm untested sparc-solaris untested x64-macos testing x86-solaris untested view · download · history ↗
9.4 superposition amd64 stable arm64 stable x86 stable ppc64 stable arm testing sparc-solaris untested x64-macos testing x86-solaris untested 22 mo view · download · history ↗
8.0.1 spark-overlay amd64 testing arm64 untested x86 testing ppc64 testing arm testing sparc-solaris untested x64-macos testing x86-solaris untested 21 mo view · download · history ↗
5.1-r2 spark-overlay amd64 testing arm64 untested x86 testing ppc64 testing arm untested sparc-solaris untested x64-macos untested x86-solaris untested 21 mo view · download · history ↗
5.1-r2 superposition amd64 stable arm64 stable x86 stable ppc64 stable arm testing sparc-solaris untested x64-macos testing x86-solaris untested 16 mo view · download · history ↗
3.3.1-r2 spark-overlay amd64 testing arm64 untested x86 testing ppc64 testing arm untested sparc-solaris testing x64-macos untested x86-solaris testing 21 mo view · download · history ↗

Use flags of 9.10.1

  • doc Add extra documentation (API, Javadoc, etc). It is recommended to enable per package instead of globally
  • source Zip the sources and install them
  • test Enable dependencies and/or preparations necessary to run tests (usually controlled by FEATURES=test but can be toggled independently)

Runtime dependencies of 9.10.1

show 5 lines