- java.lang.Object
-
- com.ibm.j9ddr.vm29.j9.gc.GCBase
-
- com.ibm.j9ddr.vm29.j9.gc.GCIterator
-
- com.ibm.j9ddr.vm29.j9.gc.GCVMThreadListIterator
-
- All Implemented Interfaces:
SlotIterator,Iterator
public class GCVMThreadListIterator extends GCIterator
-
-
Field Summary
Fields Modifier and Type Field Description protected booleanconsumedInitialprotected com.ibm.j9ddr.vm29.pointer.generated.J9VMThreadPointercurrentVMThreadprotected com.ibm.j9ddr.vm29.pointer.generated.J9VMThreadPointerinitialVMThread
-
Constructor Summary
Constructors Modifier Constructor Description protectedGCVMThreadListIterator()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static GCVMThreadListIteratorfrom()Factory method to construct an appropriate vm thread list iterator.-
Methods declared in class com.ibm.j9ddr.vm29.j9.gc.GCBase
getExtensions, getJavaVM
-
Methods declared in class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods declared in interface java.util.Iterator
forEachRemaining, hasNext, next, remove
-
Methods declared in interface com.ibm.j9ddr.vm29.j9.SlotIterator
nextAddress
-
-
-
-
Constructor Detail
-
GCVMThreadListIterator
protected GCVMThreadListIterator() throws CorruptDataException- Throws:
CorruptDataException
-
-
Method Detail
-
from
public static GCVMThreadListIterator from() throws CorruptDataException
Factory method to construct an appropriate vm thread list iterator.- Type Parameters:
T-- Parameters:
structure- the J9JavaVM- Returns:
- an instance of GCVMThreadListIterator
- Throws:
CorruptDataException
-
-