Although I am a strong advocate of
creating common C-level infrastructure in the JDK,
that's a sufficiently scary project that I'm going to
leave it for now and do what everyone else has done,
namely to make yet another copy of RESTARTABLE
in UNIXProcess_md.c.
http://cr.openjdk.java.net/~martin/RE
Martin Buchholz wrote:
:
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?
Good idea, as we need this everywhere we do system calls. A common
header file in src/solaris/native/common
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