-
Sub-task
-
Resolution: Delivered
-
P4
-
11.0.10-oracle, 12
-
Verified
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8252710 | 11.0.10-oracle | Clifford Wayne | P4 | Resolved | Delivered |
As an additional way to launch processes on Linux, the `jdk.lang.Process.launchMechanism` property can be set to `POSIX_SPAWN`. This option has been available for a long time on other *nix platforms. The default launch mechanism (`VFORK`) on Linux is unchanged, so this additional option does not affect existing installations.
`POSIX_SPAWN` mitigates rare pathological cases when spawning child processes, but it has not yet been excessively tested. Prudence is advised when using `POSIX_SPAWN` in productive installations.
`POSIX_SPAWN` mitigates rare pathological cases when spawning child processes, but it has not yet been excessively tested. Prudence is advised when using `POSIX_SPAWN` in productive installations.
- backported by
-
JDK-8252710 Release Note: POSIX_SPAWN Option on Linux
-
- Resolved
-
- relates to
-
JDK-8212828 (process) Provide a way for Runtime.exec to use posix_spawn on linux
-
- Resolved
-