On Wed, 11 Jan 2023 18:31:06 GMT, Roger Riggs <rri...@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