public interface JavaStackFrame
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj)
Compares the argument to the receiver, and answers true
if they represent the same object using a class
specific comparison.
|
ImagePointer |
getBasePointer()
Get a pointer to the base of this stack frame
|
Iterator |
getHeapRoots()
Get the set of object roots from this stack frame.
|
JavaLocation |
getLocation()
Get the location at which the method owning this frame is currently executing
|
int |
hashCode()
Answers an integer hash code for the receiver.
|
ImagePointer getBasePointer() throws CorruptDataException
CorruptDataException
JavaLocation getLocation() throws CorruptDataException
CorruptDataException
JavaLocation
Iterator getHeapRoots()
boolean equals(Object obj)
java.lang.Object
equals
in class Object
obj
- Object.hashCode()
int hashCode()
java.lang.Object
true
when passed to
.equals
must answer the same value for this
method.hashCode
in class Object
Object.equals(java.lang.Object)
Eclipse OpenJ9 website.
To raise a bug report or suggest an improvement create an Eclipse OpenJ9 issue.
Copyright © 2004, 2025 IBM Corp. and others.