On Wed, 18 Jun 2025 20:16:18 GMT, Roger Riggs <rri...@openjdk.org> 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.
> Add advice and example using try-with-resources to open and close streams.
> Recommend closing streams when no longer in use.

The addendum on resource management looks very useful, thanks! 💯

Shall we also

1. Create a dedicated section on resource management
2. Document the effect of `destroy()` and `destroyForcibly()` (and `onExit()`?) 
on releasing resources

-------------

PR Review: https://git.openjdk.org/jdk/pull/25884#pullrequestreview-2951417760

Reply via email to