(original) (raw)
Michael, sorry again for the conflict.
Alan, can we find a slightly more public place to put RESTARTABLE
so that make/java/java/Makefile makes it accessible by default?
Perhaps into java/io/io_util.h?
Please file a bug and review.
Synopsis: Use RESTARTABLE in UNIXProcess_md.c
Description:
Many system calls in UNIXProcess_md.c should handle EINTR
by using the handy RESTARTABLE macro in nio_util.h
http://cr.openjdk.java.net/~martin/RESTARTABLE/
Martin