public class ReferenceMapIndex extends Object
| Modifier and Type | Field and Description |
|---|---|
static int |
EMPTY_REFERENCE_MAP
Marker value returned by
CodeInfoQueryResult.getReferenceMapIndex() when the
reference map is empty for the IP. |
static int |
NO_REFERENCE_MAP
Marker value returned by
CodeInfoQueryResult.getReferenceMapIndex() when no reference
map is registered for the IP. |
static int |
STORED_CONTINUATION
Reference map index value for
StoredContinuation to indicate this instance needs
special treatment during allocation and GC. |
| Constructor and Description |
|---|
ReferenceMapIndex() |
| Modifier and Type | Method and Description |
|---|---|
static boolean |
denotesEmptyReferenceMap(long referenceMapIndex) |
static boolean |
denotesValidReferenceMap(long referenceMapIndex) |
public static final int EMPTY_REFERENCE_MAP
CodeInfoQueryResult.getReferenceMapIndex() when the
reference map is empty for the IP.public static final int NO_REFERENCE_MAP
CodeInfoQueryResult.getReferenceMapIndex() when no reference
map is registered for the IP.public static final int STORED_CONTINUATION
StoredContinuation to indicate this instance needs
special treatment during allocation and GC.