corda/classpath
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
..
avian various fixes and additions to increase app compatiblity 2011-03-17 21:42:15 -06:00
java add new subroutine test 2011-02-16 11:41:33 -07:00
sun check for and handle instances of sun.misc.Cleaner during GC 2011-03-19 15:10:52 -06:00
java-io.cpp fix MSVC build regressions 2011-01-21 16:14:21 -07:00
java-lang.cpp update copyright years 2010-12-05 20:21:09 -07:00
java-net.cpp set wsaInitialized to true on success in Java_java_net_Socket_init 2010-09-13 19:50:24 -06:00
java-nio.cpp fix false positive return from SocketChannel.finishConnect 2011-01-11 18:29:48 -07:00
java-util-zip.cpp throw OutOfMemoryError if malloc returns null pointer 2009-12-05 15:51:12 -07:00
java-util.cpp update copyright years 2009-12-02 19:08:29 -07:00
jni-util.h look for __powerpc__ as well as __POWERPC__ in jni-util.h 2011-02-28 16:50:17 -07:00