[jdk20] RFR: 8299034: Runtime::exec clarification of inherited environment
Alan Bateman
alanb at openjdk.org
Wed Jan 11 20:05:22 UTC 2023
On Wed, 11 Jan 2023 18:31:06 GMT, Roger Riggs <rriggs at openjdk.org> 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 environment variables to be present in the child. However, it does not acknowledge that the parent's values of the minimum set of system dependent variables may not be appropriate for the child.
>
> The description of the minimum set of system dependent environment variables is extended to allow the parent's values of those environment variables to be overridden in the child.
Marked as reviewed by alanb (Reviewer).
-------------
PR: https://git.openjdk.org/jdk20/pull/98
More information about the core-libs-dev
mailing list