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 Debian Archiv squeeze (main)
Version1.5.3-7
Sektionjava
Prioritätoptional
Installierte Größe220 Byte
Hängt ab vondefault-jdk | java2-runtime-headless
Empfohlene Pakete
PaketbetreuerDebian Java Maintainers
Quelleasm
Paketgröße132414 Byte
Prüfsumme MD5b052f3103a7b6ab3bac724a6be1b22e4
Prüfsumme SHA18cb0762344b95946491ec78877da66a9e9095a3e
Prüfsumme SHA256fb8da3723de6fffe4498e8a612e7d8b7341e4483bf47b278ffc31dfe965c6e0e
Link zum Herunterladenlibasm-java_1.5.3-7_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