On Wed, 2 Jul 2025 13:02:04 GMT, Jaikiran Pai wrote:
>> Roger Riggs has updated the pull request incrementally with one additional
>> commit since the last revision:
>>
>> javadoc cleanup
>
> src/java.base/share/classes/java/lang/Process.java line 208:
>
>> 206: *
>> 207: * @apiNot
On Wed, 2 Jul 2025 14:46:20 GMT, Roger Riggs wrote:
> But including both links makes the sentence hard to read, so I picked the
> more expressive reader method to link to.
It didn't realize you had intentionally used the `CharSet` one. If you think
the CharSet would provide better guidance to
On Tue, 1 Jul 2025 22:30:57 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.
>
On Fri, 27 Jun 2025 16:23:59 GMT, Jaikiran Pai wrote:
>> Roger Riggs has updated the pull request incrementally with one additional
>> commit since the last revision:
>>
>> javadoc cleanup
>
> src/java.base/share/classes/java/lang/ProcessBuilder.java line 545:
>
>> 543: * {@snippet
On Tue, 1 Jul 2025 22:30:57 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.
>
On Tue, 1 Jul 2025 22:30:57 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.
>
On Tue, 1 Jul 2025 22:30:57 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.
>
> 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