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