File: control

package info (click to toggle)
java-allocation-instrumenter 3.1.0-3
  • links: PTS, VCS
  • area: main
  • in suites: sid, trixie
  • size: 204 kB
  • sloc: java: 995; xml: 322; makefile: 7; sh: 7
file content (35 lines) | stat: -rw-r--r-- 1,206 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
Source: java-allocation-instrumenter
Section: java
Priority: optional
Maintainer: Debian Java maintainers <pkg-java-maintainers@lists.alioth.debian.org>
Uploaders:
 Tim Potter <tpot@hp.com>,
Build-Depends:
 debhelper-compat (= 13),
 default-jdk-headless | default-jdk,
 javahelper,
 junit,
 libasm-java,
 libbuild-helper-maven-plugin-java,
 libguava-java,
 libjarjar-maven-plugin-java,
 libmaven-source-plugin-java,
 libmaven-shade-plugin-java,
 libreplacer-java,
 maven-debian-helper
Standards-Version: 4.7.0
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: ${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.