I'm looking at natFileDescriptorPosix.cc. Should we mark all new file descriptors as close-on-exec? That's how it seems to me. That way creating a Process won't cause the new process to inherit open file descriptors. We would have to do this in java.net as well. Is there any reason not to do this? Tom