RFR: 8191441: (Process) add Readers and Writer access to java.lang.Process streams [v3]

Roger Riggs rriggs at openjdk.java.net
Mon May 24 21:51:57 UTC 2021


On Thu, 20 May 2021 20:29:40 GMT, Naoto Sato <naoto at openjdk.org> wrote:

>> Roger Riggs has updated the pull request incrementally with one additional commit since the last revision:
>> 
>>   Added throws for NPE, delegated zero-arg methods that use native.encoding to
>>   the 1-arg method with a charset, added tests for Redirect cases where the streams are null-input or null-output streams.
>
> src/java.base/share/classes/java/lang/Process.java line 771:
> 
>> 769: 
>> 770:         /**
>> 771:          * {@return Charset for the native encoding or {@link Charset#defaultCharset()}
> 
> Need some edit here?

Looks odd, but is the correct syntax for the new {@return javadoc tag}.
See https://bugs.openjdk.java.net/browse/JDK-8075778

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

PR: https://git.openjdk.java.net/jdk/pull/4134


More information about the core-libs-dev mailing list