Class RootSet
java.lang.Object
com.ibm.j9ddr.vm29.j9.RootSet
- 
Nested Class Summary
Nested Classes - 
Method Summary
Modifier and TypeMethodDescriptionstatic List<com.ibm.j9ddr.vm29.pointer.generated.J9ObjectPointer> allRoots(RootSet.RootSetType rootSetType) protected static RootSetfrom(RootSet.RootSetType rootSetType, boolean useSingleton) gcIterator(RootSet.RootSetType rootSetType) static GCIteratorrootIterator(RootSet.RootSetType rootSetType)  
- 
Method Details
- 
from
protected static RootSet from(RootSet.RootSetType rootSetType, boolean useSingleton) throws CorruptDataException - Throws:
 CorruptDataException
 - 
allRoots
public static List<com.ibm.j9ddr.vm29.pointer.generated.J9ObjectPointer> allRoots(RootSet.RootSetType rootSetType) throws CorruptDataException - Throws:
 CorruptDataException
 - 
gcIterator
- Throws:
 CorruptDataException
 - 
rootIterator
- Throws:
 CorruptDataException
 
 -