Hi, Please find below a fix for:
8173315: java/net/HttpURLConnection/SetAuthenticator/HTTPSetAuthenticatorTest.java fails intermittently
https://bugs.openjdk.java.net/browse/JDK-8173315 After examining the logs it appears that the problem may be due to reusing a dynamically allocated local port number in the same VM. This happens very rarely, only when the OS starts dealing previously allocated (and released) port numbers for port 0. http://cr.openjdk.java.net/~dfuchs/webrev_8173315/webrev.00/ best regards, -- daniel