Uses of Class
org.openjdk.jol.info.FieldLayout
Packages that use FieldLayout
-
Uses of FieldLayout in org.openjdk.jol.info
Fields in org.openjdk.jol.info with type parameters of type FieldLayoutMethods in org.openjdk.jol.info that return types with arguments of type FieldLayoutModifier and TypeMethodDescriptionClassLayout.fields()
Answer the set of fields, including those in superclassesMethods in org.openjdk.jol.info with parameters of type FieldLayoutMethod parameters in org.openjdk.jol.info with type arguments of type FieldLayoutModifier and TypeMethodDescriptionprivate static void
ClassLayout.checkInvariants
(SortedSet<FieldLayout> fields, long instanceSize) static ClassLayout
ClassLayout.create
(ClassData classData, SortedSet<FieldLayout> fields, DataModel model, long instanceSize, boolean check) Builds the class layout.Constructor parameters in org.openjdk.jol.info with type arguments of type FieldLayoutModifierConstructorDescriptionprivate
ClassLayout
(ClassData classData, SortedSet<FieldLayout> fields, DataModel model, long instanceSize, int lossesInternal, int lossesExternal, int lossesTotal)