| 程序包 | 说明 |
|---|---|
| com.jn.langx.util.memory.objectsize |
| 限定符和类型 | 类和说明 |
|---|---|
class |
Arch32MemoryLayoutSpecification
32-bit data model
|
class |
Arch64CompressedMemoryLayoutSpecified
HotSpot 17.0 and above use compressed OOPs below 30GB of RAM total
for all memory pools (yes, including code cache).
|
class |
Arch64UncompressedMemoryLayoutSpecification
64-bit uncompressed OOPs object model
|
| 构造器和说明 |
|---|
ObjectSizeCalculator(MemoryLayoutSpecification memoryLayoutSpecification)
Creates an object size calculator that can calculate object sizes for a given
memoryLayoutSpecification. |
Copyright © 2021. All rights reserved.