| java.lang.Object com.sun.cldchi.tools.memoryprofiler.data.JavaObject
Constructor Summary | |
| JavaObject(int p_address, int p_class_id, int p_size, int[] references, int p_obj_type) | | JavaObject(int p_address, int p_class_id, int p_size, int[] references, int p_obj_tp, HashMap offsets, int stack_id) |
_references_addresses | final int[] _references_addresses(Code) | | addresses of the objects which are referenced by this object
|
_stack_id | final int _stack_id(Code) | | these fields are used only for stacks
|
address | final public int address(Code) | | address of the java object
|
class_id | final int class_id(Code) | | unique id of class of the java object
|
object_type | final public int object_type(Code) | | |
size | final public int size(Code) | | size of the java object
|
JavaObject | JavaObject(int p_address, int p_class_id, int p_size, int[] references, int p_obj_type)(Code) | | |
JavaObject | JavaObject(int p_address, int p_class_id, int p_size, int[] references, int p_obj_tp, HashMap offsets, int stack_id)(Code) | | |
alive | public boolean alive()(Code) | | return true, if there is a chain of linked objects started from
a root object and finished in this object
true if it is a live object |
getRootDistance | public int getRootDistance()(Code) | | return minimal size of a chain of linked objects started from
a root object and finished in this object
|
get_referees | public Object[] get_referees()(Code) | | return the array of objects which are reference this object
array of JavaObject |
get_references | public Object[] get_references()(Code) | | return the array of objects which are referenced by this object
array of JavaObject |
setRootDistance | void setRootDistance(int dist)(Code) | | set the minimal size of a chain of linked objects started from
a root object and finished in this object
|
|
|