java.lang.Object
com.ibm.j9ddr.vm29.j9.walkers.MonitorIterator
- All Implemented Interfaces:
Iterator
The monitor iterator walks over the monitor table to get the system and inflated object monitors. It then
walks the heap in order to find any flat object monitors.
-
Constructor Details
-
MonitorIterator
public MonitorIterator(com.ibm.j9ddr.vm29.pointer.generated.J9JavaVMPointer vm) throws CorruptDataException - Throws:
CorruptDataException
-
-
Method Details
-
hasNext
public boolean hasNext()Description copied from interface:java.util.Iterator
Returnstrue
if the iteration has more elements. (In other words, returnstrue
ifIterator.next()
would return an element rather than throwing an exception.) -
next
Description copied from interface:java.util.Iterator
Returns the next element in the iteration.
-