Uses of Class
org.openjdk.jol.info.ClassLayout

Packages that use ClassLayout
org.openjdk.jol.info   
org.openjdk.jol.layouters   
org.openjdk.jol.util   
 

Uses of ClassLayout in org.openjdk.jol.info
 

Methods in org.openjdk.jol.info that return ClassLayout
static ClassLayout ClassLayout.parseClass(Class<?> klass)
          Produce the class layout for the given class.
static ClassLayout ClassLayout.parseClass(Class<?> klass, Layouter layouter)
          Produce the class layout for the given class, and given layouter.
 

Uses of ClassLayout in org.openjdk.jol.layouters
 

Methods in org.openjdk.jol.layouters that return ClassLayout
 ClassLayout RawLayouter.layout(ClassData data)
           
 ClassLayout Layouter.layout(ClassData data)
           
 ClassLayout CurrentLayouter.layout(ClassData data)
           
 ClassLayout HotSpotLayouter.layout(ClassData cd)
           
 

Uses of ClassLayout in org.openjdk.jol.util
 

Methods in org.openjdk.jol.util with parameters of type ClassLayout
static VMSupport.SizeInfo VMSupport.tryExactObjectSize(Object o, ClassLayout layout)
           
 

Constructors in org.openjdk.jol.util with parameters of type ClassLayout
VMSupport.SizeInfo(Object o, ClassLayout layout)
           
 



Copyright © 2013. All Rights Reserved.