Uses of Class
com.ibm.j9ddr.vm29.j9.RootSet.RootSetType
-
Packages that use RootSet.RootSetType Package Description com.ibm.j9ddr.vm29.j9 -
-
Uses of RootSet.RootSetType in com.ibm.j9ddr.vm29.j9
Methods in com.ibm.j9ddr.vm29.j9 that return RootSet.RootSetType Modifier and Type Method Description static RootSet.RootSetType
RootSet.RootSetType. valueOf(String name)
Returns the enum constant of this type with the specified name.static RootSet.RootSetType[]
RootSet.RootSetType. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.ibm.j9ddr.vm29.j9 with parameters of type RootSet.RootSetType Modifier and Type Method Description static List<com.ibm.j9ddr.vm29.pointer.generated.J9ObjectPointer>
RootSet. allRoots(RootSet.RootSetType rootSetType)
protected static RootSet
RootSet. from(RootSet.RootSetType rootSetType, boolean useSingleton)
GCIterator
RootSet. gcIterator(RootSet.RootSetType rootSetType)
static GCIterator
RootSet. rootIterator(RootSet.RootSetType rootSetType)
static void
LiveSetWalker. walkLiveSet(LiveSetWalker.ObjectVisitor visitor, RootSet.RootSetType rootSetType)
-