org.openjdk.jol.util
Class VMSupport.SizeInfo

java.lang.Object
  extended by org.openjdk.jol.util.VMSupport.SizeInfo
Enclosing class:
VMSupport

public static class VMSupport.SizeInfo
extends Object


Constructor Summary
VMSupport.SizeInfo(Object o, ClassLayout layout)
           
 
Method Summary
 boolean exactSize()
           
 int instanceSize()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

VMSupport.SizeInfo

public VMSupport.SizeInfo(Object o,
                          ClassLayout layout)
Method Detail

instanceSize

public int instanceSize()

exactSize

public boolean exactSize()


Copyright © 2013. All Rights Reserved.