corda/classpath/java
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
..
io implement java.io.File.renameTo 2009-09-28 17:45:47 -06:00
lang Merge commit 'origin/master' into wip 2009-10-27 09:17:54 -06:00
net various tweaks for Classpath compatibility 2009-06-06 20:32:44 -06:00
nio tolerate EINTR in ServerSocketChannel.accept implementation 2009-11-16 17:23:09 -07:00
security add AccessControlException 2009-08-24 16:40:25 -06:00
text prepend copyright notice and license to all source files; add license.txt and readme.txt 2008-02-19 11:06:52 -07:00
util Properties.setProperty should return an Object 2009-09-18 17:51:05 -06:00