The Sun JDK has a java.lang.ref.Finalizer
class, which is used during garbage collection. In Apache Harmony, the standard library that Android is based on, does not have the class.
My question is: what is the dalvik/harmony equivalent of java.lang.ref.Finalizer
? And what source code of dalvik can I look at to understand the garbage collection aspect of VM design?