Class DTFJJavaHeap
java.lang.Object
com.ibm.j9ddr.vm29.view.dtfj.java.DTFJJavaHeap
-
Constructor Summary
ConstructorDescriptionDTFJJavaHeap
(com.ibm.j9ddr.vm29.pointer.generated.MM_MemorySpacePointer space, String name, ImagePointer id) -
Method Summary
Modifier and TypeMethodDescriptionboolean
Compares the argument to the receiver, and answers true if they represent the same object using a class specific comparison.getName()
Get a brief textual description of this heap.Get the set of objects which are stored in this heap.Get the set of contiguous memory regions which form this heap.int
hashCode()
Answers an integer hash code for the receiver.
-
Constructor Details
-
DTFJJavaHeap
public DTFJJavaHeap(com.ibm.j9ddr.vm29.pointer.generated.MM_MemorySpacePointer space, String name, ImagePointer id) throws CorruptDataException - Throws:
CorruptDataException
-
-
Method Details
-
getName
-
getObjects
Description copied from interface:JavaHeap
Get the set of objects which are stored in this heap.- Specified by:
getObjects
in interfaceJavaHeap
- Returns:
- an iterator over the collection of objects which are stored in this heap
- See Also:
-
getSections
Description copied from interface:JavaHeap
Get the set of contiguous memory regions which form this heap.- Specified by:
getSections
in interfaceJavaHeap
- Returns:
- an iterator over the collection of contiguous memory regions which form this heap
- See Also:
-
equals
Description copied from class:java.lang.Object
Compares the argument to the receiver, and answers true if they represent the same object using a class specific comparison. The implementation in Object answers true only if the argument is the exact same object as the receiver (==). -
hashCode
public int hashCode()Description copied from class:java.lang.Object
Answers an integer hash code for the receiver. Any two objects which answertrue
when passed to.equals
must answer the same value for this method.
-