ADDITIONAL SYSTEM INFORMATION :
Applies to Linux 32- and 64-bit.
A DESCRIPTION OF THE PROBLEM :
Introduce posix_spawn as a launch option for ProcessImpl on Linux. Previously only vfork and fork were supported.
The default should continue to be vfork until sufficient testing can be done.
Applies to Linux 32- and 64-bit.
A DESCRIPTION OF THE PROBLEM :
Introduce posix_spawn as a launch option for ProcessImpl on Linux. Previously only vfork and fork were supported.
The default should continue to be vfork until sufficient testing can be done.
- duplicates
-
JDK-8212828 (process) Provide a way for Runtime.exec to use posix_spawn on linux
- Resolved