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.