corda/classpath/sun
Joel Dice 61552b6b8a check for and handle instances of sun.misc.Cleaner during GC
OpenJDK uses an alternative to Object.finalize for resource cleanup in
the form of sun.misc.Cleaner.  Normally, OpenJDK's
java.lang.ref.Reference.ReferenceHandler thread handles this, calling
Cleaner.clean on any instances it finds in its "pending" queue.
However, Avian handles reference queuing internally, so it never
actually adds anything to that queue, so the VM must call
Cleaner.clean itself.
2011-03-19 15:10:52 -06:00
..
misc check for and handle instances of sun.misc.Cleaner during GC 2011-03-19 15:10:52 -06:00
reflect more work towards OpenJDK classpath support 2010-09-14 10:49:41 -06:00