- java.lang.Object
-
- com.ibm.j9ddr.vm29.j9.RootSet
-
public class RootSet extends Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
RootSet.RootSetType
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static List<com.ibm.j9ddr.vm29.pointer.generated.J9ObjectPointer>
allRoots(RootSet.RootSetType rootSetType)
protected static RootSet
from(RootSet.RootSetType rootSetType, boolean useSingleton)
GCIterator
gcIterator(RootSet.RootSetType rootSetType)
static GCIterator
rootIterator(RootSet.RootSetType rootSetType)
-
-
-
Method Detail
-
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
public GCIterator gcIterator(RootSet.RootSetType rootSetType) throws CorruptDataException
- Throws:
CorruptDataException
-
rootIterator
public static GCIterator rootIterator(RootSet.RootSetType rootSetType) throws CorruptDataException
- Throws:
CorruptDataException
-
-