Source: java-allocation-instrumenter Section: java Priority: optional Maintainer: Debian Java maintainers Uploaders: Tim Potter , Kai-Chung Yan Build-Depends: debhelper (>= 11), default-jdk-doc, default-jdk-headless | default-jdk, javahelper, junit, libasm-java, libbuild-helper-maven-plugin-java, libguava-java, libjarjar-maven-plugin-java, libmaven-javadoc-plugin-java, libmaven-source-plugin-java, libmaven-shade-plugin-java, libreplacer-java, maven-debian-helper Standards-Version: 4.2.1 Vcs-Git: https://salsa.debian.org/java-team/java-allocation-instrumenter.git Vcs-Browser: https://salsa.debian.org/java-team/java-allocation-instrumenter Homepage: https://github.com/google/allocation-instrumenter Package: libjava-allocation-instrumenter-java Architecture: all Depends: ${maven:Depends}, ${misc:Depends} Suggests: libjava-allocation-instrumenter-java-doc, ${maven:OptionalDepends} Description: JVM agent tracking memory allocations Java Allocation Instrumenter is a Java agent written using the java.lang.instrument API. Each allocation in your Java program is instrumented; a user-defined callback is invoked on each allocation. . Bytecode rewriting is used to invoke the callback at the site of each allocation. Package: libjava-allocation-instrumenter-java-doc Architecture: all Section: doc Depends: ${maven:DocDepends}, ${misc:Depends} Suggests: libjava-allocation-instrumenter-java, ${maven:DocOptionalDepends} Description: JVM agent tracking memory allocations (documentation) Java Allocation Instrumenter is a Java agent written using the java.lang.instrument API. Each allocation in your Java program is instrumented; a user-defined callback is invoked on each allocation. . Bytecode rewriting is used to invoke the callback at the site of each allocation. . This package contains the documentation for the libjava-allocation-instrumenter-java package.