Hi, Please excuse my inexperience with Mercurial. I found that I needed an additional patch after applying e005f3586ade to the jdk/ tree. The patch is included below. I hope it is of use.
Cheers Dave -- --- a/src/solaris/native/java/lang/UNIXProcess_md.c +++ b/src/solaris/native/java/lang/UNIXProcess_md.c @@ -364,6 +364,7 @@ } } +static ssize_t restartableWrite(int fd, const void *buf, size_t count) { ssize_t result; @@ -425,7 +426,6 @@ #define FD_DIR "/proc/self/fd" #endif -static ssize_t static int closeDescriptors(void) {