Re: RFR: 8354872: Clarify java.lang.Process resource cleanup [v2]

2025-07-01 Thread Roger Riggs
On Fri, 27 Jun 2025 19:06:22 GMT, Roger Riggs wrote: >> Improve the documentation of Process use of system resources. >> >> Describe the implementation closing streams when no longer referenced. >> Clarify the interactions between inputStream and inputReader and errorStream >> and errorReader.

Re: RFR: 8354872: Clarify java.lang.Process resource cleanup [v2]

2025-06-27 Thread Roger Riggs
> Improve the documentation of Process use of system resources. > > Describe the implementation closing streams when no longer referenced. > Clarify the interactions between inputStream and inputReader and errorStream > and errorReader. > Add advice and example using try-with-resources to open an