RFR(S) : 8180397 : remove jdk.testlibrary.IOUtils
Alan Bateman
Alan.Bateman at oracle.com
Wed May 17 06:52:06 UTC 2017
On 17/05/2017 01:14, Igor Ignatyev wrote:
> :
> Hi all,
>
> could you please review this small clean-up which removes jdk.testlibrary.IOUtils class from test library?
> IOUtils provides one method readFully(InputStream), which can be replaced by InputStream::readAllBytes() introduced in JDK 9.
>
> this fix is a part of ongoing effort on merging and cleaning up our test libraries[1].
>
> webrev: http://cr.openjdk.java.net/~iignatyev//8180397/webrev.00/index.html
>
This looks fine.
More information about the core-libs-dev
mailing list