JDK 9 RFR of 8175209: Account for race condition in java/nio/channels/AsynchronousSocketChannel/Basic.java
Brian Burkhalter
brian.burkhalter at oracle.com
Tue Feb 28 21:15:06 UTC 2017
Improved version which counts the number of invocations of CompletionHandler.completed() instead of tracking the time of the most recent invocation:
http://cr.openjdk.java.net/~bpb/8175209/webrev.01/
Also delete unused variable t0.
Thanks,
Brian
On Feb 28, 2017, at 8:25 AM, Brian Burkhalter <brian.burkhalter at oracle.com> wrote:
> Please review this test bug fix at your convenience.
>
> Issue: https://bugs.openjdk.java.net/browse/JDK-8175209
> Patch: http://cr.openjdk.java.net/~bpb/8175209/webrev.00/
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.openjdk.java.net/pipermail/nio-dev/attachments/20170228/8f5ec63e/attachment-0001.html>
More information about the nio-dev
mailing list