Re: [jdk20] RFR: 8299034: Runtime::exec clarification of inherited environment

2023-01-11 Thread Alan Bateman
On Wed, 11 Jan 2023 18:31:06 GMT, Roger Riggs wrote: > The current description of Runtime.exec, ProcessBuilder.start, and > ProcessBuilder.startPipeline identifies a minimum set of system dependent > environment variables needed to launch a process and allows additional system > dependent envi

[jdk20] RFR: 8299034: Runtime::exec clarification of inherited environment

2023-01-11 Thread Roger Riggs
The current description of Runtime.exec, ProcessBuilder.start, and ProcessBuilder.startPipeline identifies a minimum set of system dependent environment variables needed to launch a process and allows additional system dependent environment variables to be present in the child. However, it does