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 ClassLayoutClassLayout. parseClass(java.lang.Class<?> klass, Layouter layouter)Produce the class layout for the given class, and given layouter.static ClassLayoutClassLayout. 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 classCurrentLayouterThe layouter getting the actual VM layout.classHotSpotLayouterVM layout simulator.classRawLayouterLayouter 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 voidStringCompress.Worker. printLine(Multiset<ClassData> data, Layouter l)private voidHeapDumpEstimates. simulateWith(Layouter layouter, Multiset<ClassData> data, long rawSize)
-