Uses of Interface
org.openjdk.jol.layouters.Layouter
Packages that use Layouter
-
Uses of Layouter in org.openjdk.jol.info
Methods in org.openjdk.jol.info with parameters of type LayouterModifier and TypeMethodDescriptionstatic ClassLayoutClassLayout.parseClass(Class<?> klass, Layouter layouter) Produce the class layout for the given class, and given layouter.static ClassLayoutClassLayout.parseInstance(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 LayouterModifier and TypeClassDescriptionclassThe layouter getting the actual VM layout.classVM layout simulator.classLayouter 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