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

2014-03-05 Thread Eric Wang
Hi everyone, Hi Everyone, I'm working on the test bug https://bugs.openjdk.java.net/browse/JDK-8025209, The test uses Thread.sleep to sync-up threads which is not a correct assumption. The fix is just to sync-up 2 threads using proper way. The webrev will be sent after internal review. Plea

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

2014-03-05 Thread Chris Hegarty
On 5 Mar 2014, at 09:48, Eric Wang wrote: > Hi everyone, > > Hi Everyone, > > I'm working on the test bug https://bugs.openjdk.java.net/browse/JDK-8025209, > The test uses Thread.sleep to sync-up threads which is not a correct > assumption. The fix is just to sync-up 2 threads using proper wa