os::fork_and_exec() can be used from within the hotspot to start a child process.
The variants for AIX, Linux, Bsd are almost completely identical. So, this function can be unified under posix. In addition, some small issues can be fixed.
The variants for AIX, Linux, Bsd are almost completely identical. So, this function can be unified under posix. In addition, some small issues can be fixed.