Modifier and Type | Class and Description |
---|---|
class |
BaselineGCMapIterator
Iterator for stack frame built by the Baseline compiler.
|
Modifier and Type | Class and Description |
---|---|
class |
HardwareTrapGCMapIterator
Iterator for stack frames inserted by hardware trap handler.
|
Modifier and Type | Class and Description |
---|---|
class |
OptGenericGCMapIterator
This class contains its architecture-independent code for iteration
across the references represented by a frame built by the OPT compiler.
|
Modifier and Type | Class and Description |
---|---|
class |
OptGCMapIterator
An instance of this class provides iteration across the references
represented by a frame built by the OPT compiler.
|
Modifier and Type | Class and Description |
---|---|
class |
JNIGCMapIterator
Iterator for stack frames inserted at the transition from Java to
JNI Native C.
|
Modifier and Type | Field and Description |
---|---|
private GCMapIterator |
GCMapIteratorGroup.baselineIterator
iterator for baseline compiled frames
|
private GCMapIterator |
GCMapIteratorGroup.hardwareTrapIterator
iterator for HardwareTrap stackframes
|
private GCMapIterator |
GCMapIteratorGroup.jniIterator
iterator for JNI Java -> C stackframes
|
private GCMapIterator |
GCMapIteratorGroup.optIterator
iterator for opt compiled frames
|
Modifier and Type | Method and Description |
---|---|
GCMapIterator |
GCMapIteratorGroup.getJniIterator()
get the GCMapIterator used for scanning JNI native stack frames.
|
GCMapIterator |
GCMapIteratorGroup.selectIterator(CompiledMethod compiledMethod)
Select iterator for scanning for object references in a stackframe.
|
Modifier and Type | Field and Description |
---|---|
private GCMapIterator |
ScanThread.iterator |