(original) (raw)
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/RESTARTABLE/
Martin
On Sat, Jun 27, 2009 at 13:27, Alan Bateman <Alan.Bateman@sun.com> wrote:
Martin Buchholz wrote:Good idea, as we need this everywhere we do system calls. A common header file in src/solaris/native/common is probably right (rather than io\_util.h, which is for java.io).
:
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?
\-Alan.