Hello,
Please review the fix for jdk9.
This is an attempt to fix the intermittent failure of correspondent test
on the overloaded systems. Currently the test has lots of @run tags and
the overall execution time is 3+- minutes. After the fix the execution
time decreased to 30+- seconds.
In the fix instead of list of @run tags the simple loop over an array of
encodings is used. Also I eliminated creation of files, and uses
ByteArrayOutputStream/ByteArrayInputStream instead.
Bug: https://bugs.openjdk.java.net/browse/JDK-8151786
Webrev can be found at: http://cr.openjdk.java.net/~serb/8151786/webrev.00
--
Best regards, Sergey.