Registry / utility / jol-core

jol-core

JSON →
library0.7.1javamavenunverified

JOL (Java Object Layout) is a set of tools for examining field and object layouts in the JVM.

<dependency> <groupId>org.openjdk.jol</groupId> <artifactId>jol-core</artifactId> <version>0.7.1</version> </dependency>
INSTALL
IMPORT
SIG · JOL-CORE
J
jol-core
utilityjavav0.7.1
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

ClassLayout
org.openjdk.jol.info.ClassLayout

Prints the memory layout of the String class.

import org.openjdk.jol.info.ClassLayout; public class Example { public static void main(String[] args) { System.out.println(ClassLayout.parseClass(String.class).toPrintable()); } }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.7.1latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
8 hits · last 30 days
node
8
Resources
jol-core — mvn dependency:get jol-core · libregistry