- java.lang.Object
-
- com.ibm.j9ddr.vm29.j9.gc.GCBase
-
- com.ibm.j9ddr.vm29.j9.gc.GCIterator
-
- com.ibm.j9ddr.vm29.j9.gc.GCOwnableSynchronizerObjectListIterator
-
- All Implemented Interfaces:
SlotIterator
,Iterator
public class GCOwnableSynchronizerObjectListIterator extends GCIterator
-
-
Field Summary
Fields Modifier and Type Field Description protected com.ibm.j9ddr.vm29.pointer.generated.MM_OwnableSynchronizerObjectListPointer
currentList
protected com.ibm.j9ddr.vm29.pointer.generated.J9ObjectPointer
currentObject
protected com.ibm.j9ddr.vm29.pointer.generated.MM_OwnableSynchronizerObjectListPointer
head
protected com.ibm.j9ddr.vm29.pointer.generated.J9ObjectPointer
next
-
Constructor Summary
Constructors Modifier Constructor Description protected
GCOwnableSynchronizerObjectListIterator(com.ibm.j9ddr.vm29.pointer.generated.MM_OwnableSynchronizerObjectListPointer ownableSynchronizerObjectLists)
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static GCOwnableSynchronizerObjectListIterator
from()
-
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
-
-
-
-
Field Detail
-
head
protected com.ibm.j9ddr.vm29.pointer.generated.MM_OwnableSynchronizerObjectListPointer head
-
currentList
protected com.ibm.j9ddr.vm29.pointer.generated.MM_OwnableSynchronizerObjectListPointer currentList
-
currentObject
protected com.ibm.j9ddr.vm29.pointer.generated.J9ObjectPointer currentObject
-
next
protected com.ibm.j9ddr.vm29.pointer.generated.J9ObjectPointer next
-
-
Constructor Detail
-
GCOwnableSynchronizerObjectListIterator
protected GCOwnableSynchronizerObjectListIterator(com.ibm.j9ddr.vm29.pointer.generated.MM_OwnableSynchronizerObjectListPointer ownableSynchronizerObjectLists) throws CorruptDataException
- Throws:
CorruptDataException
-
-
Method Detail
-
from
public static GCOwnableSynchronizerObjectListIterator from() throws CorruptDataException
- Throws:
CorruptDataException
-
-