JDK-8218924 : Release Note: Default Process launch mechanism on Linux now uses posix_spawn
Type:Sub-task
Component:core-libs
Sub-Component:java.lang
Affected Version:13
Priority:P4
Status:Closed
Resolution:Delivered
Submitted:2019-02-13
Updated:2020-04-27
Resolved:2020-04-27
The Version table provides details related to the release that this issue/RFE will be addressed.
Unresolved : Release in which this issue/RFE will be addressed. Resolved: Release in which this issue/RFE has been resolved. Fixed : Release in which this issue/RFE has been fixed. The release containing this fix may be available for download as an Early Access Release or a General Availability Release.
`Runtime.exec()` and `ProcessBuilder`, on Linux now use `posix_spawn(3)` to spawn child processes. This increases reliability and performance in low-memory situations.