DEBFIND Suche nach Debian-Paketen

Suchplatform für Softwarepakete und Archive Debian-basierter Linux-Distributionen

beta ! Diese website wird noch weiterentwickelt.

Liste aller Kategorien/Sektionen | Suchmaske | Haftungsausschluß

Paketbeschreibung


Paketnamelibasm-java
BeschreibungJava bytecode manipulation framework
Archiv/RepositoryOffizielles Ubuntu Archiv lucid (main)
Version1.5.3-6ubuntu1
Sektiondevel
Prioritätoptional
Installierte Größe220 Byte
Hängt ab vondefault-jdk | java2-runtime-headless
Empfohlene Pakete
PaketbetreuerUbuntu Developers
Quelleasm
Paketgröße151216 Byte
Prüfsumme MD5a2c2bf4445eb6187d1351c4829b63492
Prüfsumme SHA12d718371e153cf96572c629e198359ad564003c0
Prüfsumme SHA2567f5751ccf2a1383e60a70e5157bd81b4053e0fef265d97427a4a812277547f84
Link zum Herunterladenlibasm-java_1.5.3-6ubuntu1_all.deb
Ausführliche BeschreibungIt 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 (25KB instead of 350KB for BCEL and 150KB for SERP) and faster than these tools (the overhead of a load time class transformation is on the order of 60% with ASM, 700% or more with BCEL, and 1100% or more with SERP). ASM was designed to be used in a dynamic and static way and was therefore designed and implemented to be as small and as fast as possible.


Impressum
Linux is a registered trademark of Linus Torvalds