Review request for bug 8015762: java/nio/channels/DatagramChannel/AdaptDatagramSocket.java fails intermittently
Alan Bateman
Alan.Bateman at oracle.com
Tue Aug 13 13:55:12 PDT 2013
On 13/08/2013 12:29, Eric Wang wrote:
> Hi,
>
> Please help to review the fix below for bug
> https://jbs.oracle.com/bugs/browse/JDK-8015762.
> http://cr.openjdk.java.net/~ewang/8015762/webrev.00/
>
> The test AdaptDatagramSocket fails intermittently as it runs depended
> on thread schedule. The fix to adjust the thread priority and sleep
> time to make the test more stable.
I think I need to understand this issue further to properly review this.
>From the stack trace in the bug report then it looks like it's the
"test(address, 5000, false, false)" case that is timing out. Is it
definitely the case that is failing (intermittently) and have you
managed to duplicate it?
-Alan
More information about the nio-dev
mailing list