java-allocation-instrumenter 3.1.0-2 source package in Ubuntu

Changelog

java-allocation-instrumenter (3.1.0-2) unstable; urgency=medium

  * Team upload.
  * Ignore the unused dependency on asm-xml (Closes: #913577)
  * Fixed the build failure with Java 11
  * Fixed the Vcs-Git URL

 -- Emmanuel Bourg <email address hidden>  Mon, 12 Nov 2018 22:40:59 +0100

Upload details

Uploaded by:
Debian Java Maintainers
Uploaded to:
Sid
Original maintainer:
Debian Java Maintainers
Architectures:
all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Oracular release universe misc
Noble release universe misc
Mantic release universe misc
Lunar release universe misc
Jammy release universe misc
Focal release universe misc

Builds

Disco: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
java-allocation-instrumenter_3.1.0-2.dsc 2.5 KiB cddd2e8be0ce8eaf181b7dae930d70b545d228334f611fc56f6411413e6e46a8
java-allocation-instrumenter_3.1.0.orig.tar.xz 22.9 KiB 8061ae2bc1bfd40bc83bbc59ac1870cb620111469d22f2c172a186ff40007b3b
java-allocation-instrumenter_3.1.0-2.debian.tar.xz 4.1 KiB f6e129b41edc13762c533f788fc22fd3f2ce90d04cbb3002f215aa232cfd2403

Available diffs

No changes file available.

Binary packages built by this source

libjava-allocation-instrumenter-java: 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.

libjava-allocation-instrumenter-java-doc: 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.