JDK 10 RFR of 8184807: (ch) Clean up handling of some Windows function return values in libnio
vyom tewari
vyom.tewari at oracle.com
Wed Jul 19 04:05:05 UTC 2017
Hi Brian,
You can remove the unnecessary local variable "BOOL result" from
WindowsAsynchronousFileChannelImpl.c & FileChannelImpl.c.
Thanks,
Vyom
On Tuesday 18 July 2017 11:55 PM, Brian Burkhalter wrote:
> Please review at your convenience:
>
> https://bugs.openjdk.java.net/browse/JDK-8184807
> http://cr.openjdk.java.net/~bpb/8184807/webrev.00/
>
> The return values of some Windows functions are incorrectly tested or not tested at all. This change would clean these up.
>
> Thanks,
>
> Brian
More information about the nio-dev
mailing list