RFR [9] 8038459: (sctp) Remove superflous classes on platforms without an implementation [macosx, aix]

2014-03-27 Thread Chris Hegarty
While hunting around the build recently, when working on another SCTP bug, I noticed a small issue where SCTP classes are being built on some platforms unnecessarily. Webrev: http://cr.openjdk.java.net/~chegar/8038459/webrev.00/webrev/ Mac OS X and AIX contain only stubs for the SCTP channels

RFR for JDK-8038276 java/net/NetworkInterface/Test.java fails on windows intermittently for Teredo Interface

2014-03-27 Thread Amanda Jiang
Hi All , Please check and review following changes: http://cr.openjdk.java.net/~ewang/amanda/JDK-8038276/webrev.00/ Description of issue: Root Cause: Test java/net/NetworkInterface/Test.java failed because virtual interface "Teredo Tunneling Pseudo-Interface" on windows returned random address

Re: RFR for bug JDK-8025209 Intermittent test failure: java/net/Socket/asyncClose/AsyncClose.java

2014-03-27 Thread Eric Wang
Hi Chris & All, Sorry that the fix spent a bit long time for internal review. Can you please review the fix below for bug JDK-8025209 . The fix is just to make the thread synchronization is more robust and made some cleanup. http://cr.openjdk.j