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. This pull request has now been integrated. Changeset: 6a4a8743 Author: Roger Riggs <rri...@openjdk.org> URL: https://git.openjdk.org/jdk20/commit/6a4a8743562bd8f937542cdeb6557b3fe60e9a23 Stats: 6 lines in 2 files changed: 6 ins; 0 del; 0 mod 8299034: Runtime::exec clarification of inherited environment Reviewed-by: alanb ------------- PR: https://git.openjdk.org/jdk20/pull/98