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 ClassLayout
ClassLayout.parseClass
(Class<?> klass, Layouter layouter) Produce the class layout for the given class, and given layouter.static ClassLayout
ClassLayout.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 TypeClassDescriptionclass
The layouter getting the actual VM layout.class
VM layout simulator.class
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