InstalledCode
for HotSpot representing a CodeBlob
. The address
of the CodeBlob
is stored in InstalledCode#address
.
Modifier and Type | Field and Description |
---|---|
private int | codeSize
Size of the code (i.e. |
private long | codeStart
Start address of the code (i.e. |
private int | size
Total size of the code blob (i.e. |
Access | Constructor and Description |
---|---|
public |
Modifier and Type | Method and Description |
---|---|
public byte[] | getCode()
Overrides jdk. Returns a copy of this installed code if it is valid, null otherwise. |
public long | |
public int | |
public long | getStart()
Overrides jdk. Gets the value of |
public abstract String |
codeSize | back to summary |
---|---|
private int codeSize Size of the code (i.e.
|
codeStart | back to summary |
---|---|
private long codeStart Start address of the code (i.e.
|
size | back to summary |
---|---|
private int size Total size of the code blob (i.e.
|
HotSpotInstalledCode | back to summary |
---|---|
public HotSpotInstalledCode(String name) |
getCode | back to summary |
---|---|
public byte[] getCode() Overrides jdk. Doc from jdk. Returns a copy of this installed code if it is valid, null otherwise.
|
getCodeSize | back to summary |
---|---|
public long getCodeSize() Gets the value of |
getSize | back to summary |
---|---|
public int getSize() Gets the value of |
getStart | back to summary |
---|---|
public long getStart() Overrides jdk. Gets the value of
|
toString | back to summary |
---|---|
public abstract String toString() Overrides java. Doc from java. Returns a string representation of the object.
Satisfying this method's contract implies a non- |