corda/classpath
Joel Dice 3862128a3a tolerate EINTR in ServerSocketChannel.accept implementation
On POSIX systems, Avian sends a special signal to a thread to
implement Thread.getStackTrace() when called from a different thread.
If the target thread is blocked on a call to accept when this happens,
it will return -1, with errno set to EINTR.  Instead of treating this
as an error, we now just loop and call accept again.
2009-11-16 17:23:09 -07:00
..
avian move proxy and annotation code from C++ to Java 2009-09-19 16:21:15 -06:00
java tolerate EINTR in ServerSocketChannel.accept implementation 2009-11-16 17:23:09 -07:00
java-io.cpp implement java.io.File.renameTo 2009-09-28 17:45:47 -06:00
java-lang.cpp fix powerpc build 2009-10-19 10:31:34 -06:00
java-nio.cpp tolerate EINTR in ServerSocketChannel.accept implementation 2009-11-16 17:23:09 -07:00
java-util-zip.cpp prepend copyright notice and license to all source files; add license.txt and readme.txt 2008-02-19 11:06:52 -07:00
java-util.cpp add support for building with MSVC on Windows 2009-08-26 18:26:44 -06:00
jni-util.h revert all __attribute__ ((externally_visible)) changes because it's not clear yet how to detect whether it's supported 2009-10-27 10:35:26 -06:00