Uses of Class
org.openjdk.jol.info.FieldLayout
Packages that use FieldLayout
-
Uses of FieldLayout in org.openjdk.jol.info
Classes in org.openjdk.jol.info that implement interfaces with type arguments of type FieldLayoutFields 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 voidClassLayout.checkInvariants(SortedSet<FieldLayout> fields, long instanceSize) static ClassLayoutClassLayout.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 FieldLayoutModifierConstructorDescriptionprivateClassLayout(ClassData classData, SortedSet<FieldLayout> fields, DataModel model, long instanceSize, int lossesInternal, int lossesExternal, int lossesTotal)