* Package name : jol Version : 0.17 Upstream Author : Aleksey Shipilev <shade@redhat.com> * URL or Web page : https://openjdk.org/projects/code-tools/jol/ * License : GPL-2.0 with the Classpath exception Description : Java Object Layout - tiny toolbox to analyze object layouts in JVMs JOL (Java Object Layout) is a tiny toolbox to analyze object layout schemes in JVMs. These tools are using Unsafe, JVMTI, and Serviceability Agent (SA) heavily to decode the actual object layout, footprint, and references. This makes JOL much more accurate than other tools relying on heap dumps, specification assumptions, etc. JOL is a dependency of the Java library commons-imaging (cf. RFP #1020916 [1]). [1] https://bugs.debian.org/1020916