Uses of Interface
org.openjdk.jol.layouters.Layouter
-
Packages that use Layouter Package Description org.openjdk.jol.info org.openjdk.jol.layouters org.openjdk.jol.operations -
-
Uses of Layouter in org.openjdk.jol.info
Methods in org.openjdk.jol.info with parameters of type Layouter Modifier and Type Method Description static ClassLayout
ClassLayout. parseClass(java.lang.Class<?> klass, Layouter layouter)
Produce the class layout for the given class, and given layouter.static ClassLayout
ClassLayout. parseInstance(java.lang.Object instance, Layouter layouter)
Produce the class layout for the given instance, and given layouter. -
Uses of Layouter in org.openjdk.jol.layouters
Classes in org.openjdk.jol.layouters that implement Layouter Modifier and Type Class Description class
CurrentLayouter
The layouter getting the actual VM layout.class
HotSpotLayouter
VM layout simulator.class
RawLayouter
Layouter which packs all the fields together, regardless of the alignment or headers. -
Uses of Layouter in org.openjdk.jol.operations
Methods in org.openjdk.jol.operations with parameters of type Layouter Modifier and Type Method Description private void
StringCompress.Worker. printLine(Multiset<ClassData> data, Layouter l)
private void
HeapDumpEstimates. simulateWith(Layouter layouter, Multiset<ClassData> data, long rawSize)
-