Package org.openjdk.jol.vm
Class HotspotUnsafe.Sizes
- java.lang.Object
-
- org.openjdk.jol.vm.HotspotUnsafe.Sizes
-
- Enclosing class:
- HotspotUnsafe
private static class HotspotUnsafe.Sizes extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description private intbooleanSizeprivate intbyteSizeprivate intcharSizeprivate intdoubleSizeprivate intfloatSizeprivate intintSizeprivate intlongSizeprivate intoopSizeprivate intshortSize
-
Constructor Summary
Constructors Constructor Description Sizes(HotspotUnsafe vm)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description longget(java.lang.String klassName)
-
-
-
Field Detail
-
booleanSize
private final int booleanSize
-
byteSize
private final int byteSize
-
shortSize
private final int shortSize
-
charSize
private final int charSize
-
floatSize
private final int floatSize
-
intSize
private final int intSize
-
longSize
private final int longSize
-
doubleSize
private final int doubleSize
-
oopSize
private final int oopSize
-
-
Constructor Detail
-
Sizes
Sizes(HotspotUnsafe vm)
-
-