Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8300092 | 21 | Roger Riggs | P3 | Resolved | Fixed | b06 |
JDK-8300376 | 20.0.1 | Roger Riggs | P3 | Resolved | Fixed | b02 |
The spec of
https://download.java.net/java/early_access/jdk20/docs/api/java.base/java/lang/Runtime.html#exec(java.lang.String%5B%5D,java.lang.String%5B%5D,java.io.File) mention that
"If envp is null, the subprocess inherits the environment settings of the current process."
Here the term "inherits" looks ambiguous, It would be helpful to clarify/enhance this further in the spec.
https://download.java.net/java/early_access/jdk20/docs/api/java.base/java/lang/Runtime.html#exec(java.lang.String%5B%5D,java.lang.String%5B%5D,java.io.File) mention that
"If envp is null, the subprocess inherits the environment settings of the current process."
Here the term "inherits" looks ambiguous, It would be helpful to clarify/enhance this further in the spec.
- backported by
-
JDK-8300092 Runtime::exec clarification of inherited environment
- Resolved
-
JDK-8300376 Runtime::exec clarification of inherited environment
- Resolved
- csr for
-
JDK-8299157 Runtime::exec clarification of inherited environment
- Closed