Do we have any native methods to get object instances which are alive ?

Do we have any native methods to get object instances which are alive ?Help appreciated.
[102 byte] By [mahesh.komuravellia] at [2007-11-27 3:11:29]
# 1
If you are looking for accessing objects that are eligible for GC but are not GC,than it should be very difficult.As Java does not give you memory access to its variables.
khangharotha at 2007-7-12 8:13:56 > top of Java-index,Core,Monitoring & Management...
# 2
There might be something in java.lang.ref depending on exactly what you want to achieve.
dannyyatesa at 2007-7-12 8:13:56 > top of Java-index,Core,Monitoring & Management...