RFR 8085575_8130657, misc fixes for a few of java.net intermittent failures
Felix Yang
felix.yang at oracle.com
Mon Sep 26 07:56:38 UTC 2016
Hi there,
please review following patch to a few of java.net tests.
Bug:
https://bugs.openjdk.java.net/browse/JDK-8085575
https://bugs.openjdk.java.net/browse/JDK-8130657
Webrev:
http://cr.openjdk.java.net/~xiaofeya/8085575_8130657/webrev.00/
Add retry for java/net/Socket/InheritHandle.java. Though it may be
unable to resolve all BindException ( I suppose it is the nature of such
close-reuse scenarios), it will be helpful to avoid failures from
asynchronized close, which has been observed especially on Windows. Also
some misc changes on other two tests.
Thanks,
Felix
More information about the net-dev
mailing list