- java.lang.Object
-
- com.ibm.j9ddr.vm29.j9.gc.GCMemoryPool
-
- com.ibm.j9ddr.vm29.j9.gc.GCMemoryPoolAggregatedCellList
-
public class GCMemoryPoolAggregatedCellList extends GCMemoryPool
-
-
Nested Class Summary
-
Nested classes/interfaces declared in class com.ibm.j9ddr.vm29.j9.gc.GCMemoryPool
GCMemoryPool.MemoryPoolType
-
-
Field Summary
Fields Modifier and Type Field Description protected com.ibm.j9ddr.vm29.pointer.generated.MM_MemoryPoolAggregatedCellListPointer
_memoryPool
-
Fields declared in class com.ibm.j9ddr.vm29.j9.gc.GCMemoryPool
_memoryPoolType, _poolName, _region
-
-
Constructor Summary
Constructors Modifier Constructor Description protected
GCMemoryPoolAggregatedCellList(GCHeapRegionDescriptor region, com.ibm.j9ddr.vm29.pointer.generated.MM_MemoryPoolPointer memoryPool)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
checkFreeListsImpl()
GCFreeListHeapIterator
freeListIterator()
GCHeapLinkedFreeHeader
getFirstFreeEntry()
-
Methods declared in class com.ibm.j9ddr.vm29.j9.gc.GCMemoryPool
checkFreeLists, freeEntryCheckGeneric, fromMemoryPoolPointerInRegion, getMemoryPoolPointer, getPoolName, getRegion, getType
-
-
-
-
Constructor Detail
-
GCMemoryPoolAggregatedCellList
protected GCMemoryPoolAggregatedCellList(GCHeapRegionDescriptor region, com.ibm.j9ddr.vm29.pointer.generated.MM_MemoryPoolPointer memoryPool) throws CorruptDataException
- Throws:
CorruptDataException
-
-
Method Detail
-
getFirstFreeEntry
public GCHeapLinkedFreeHeader getFirstFreeEntry() throws CorruptDataException
- Throws:
CorruptDataException
-
freeListIterator
public GCFreeListHeapIterator freeListIterator() throws CorruptDataException
- Throws:
CorruptDataException
-
checkFreeListsImpl
public void checkFreeListsImpl()
-
-