| Interface | Description |
|---|---|
| MemoryLayoutSpecification |
Describes constant memory overheads for various constructs in a JVM implementation.
|
| Class | Description |
|---|---|
| HotSpotMemoryLayoutSpecification32bit |
Implementation of
MemoryLayoutSpecification based on
Hot Spot Memory Layout Specification on 32-bit. |
| HotSpotMemoryLayoutSpecification64bit |
Implementation of
MemoryLayoutSpecification based on
Hot Spot Memory Layout Specification on 64-bit. |
| HotSpotMemoryLayoutSpecification64bitCompressed |
Implementation of
MemoryLayoutSpecification based on
Hot Spot Memory Layout Specification on 64-bit compressed. |
| OpenJ9MemoryLayoutSpecification32bit |
Implementation of
MemoryLayoutSpecification based on
OpenJ9 Memory Layout Specification on 32-bit. |
| OpenJ9MemoryLayoutSpecification64bit |
Implementation of
MemoryLayoutSpecification based on
OpenJ9 Memory Layout Specification on 64-bit. |
| OpenJ9MemoryLayoutSpecification64bitCompressed |
Implementation of
MemoryLayoutSpecification based on
OpenJ9 Memory Layout Specification on 64-bit compressed. |
Copyright © 2024 The Apache Software Foundation. All rights reserved.