Closed GoogleCodeExporter closed 9 years ago
PhantomReference.get() always returns null, so there would be no way to compare
the
keys. What are you trying to do?
Original comment by crazybob...@gmail.com
on 19 Nov 2008 at 6:14
I am instrumenting classes and collecting data about their objects till they
are
GC'd. Using a WeakReference means I cant collect any data on the finalize()
method.
Original comment by prashant...@gmail.com
on 4 Dec 2008 at 9:29
Sounds like you want to use FinalizablePhantomReference directly.
Original comment by crazybob...@gmail.com
on 4 Dec 2008 at 7:42
Original comment by kevin...@gmail.com
on 9 Jan 2009 at 4:04
Original issue reported on code.google.com by
prashant...@gmail.com
on 19 Nov 2008 at 8:24