Binary package “libjava-allocation-instrumenter-java” in ubuntu jammy

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.