RFR: 6980847: (fs) Files.copy needs to be tuned [v6]

Alan Bateman alanb at openjdk.org
Tue Jun 21 09:21:05 UTC 2022


On Fri, 17 Jun 2022 16:06:52 GMT, Brian Burkhalter <bpb at openjdk.org> wrote:

> As `RESTARTABLE` is used in `transfer0()` this loop could go away.

Does the check for EINTR in transfer0 also go away? It maps it to IOS_INTERRUPTED but the use of RESTARTABLE means this code will never execute.

-------------

PR: https://git.openjdk.org/jdk/pull/9161


More information about the nio-dev mailing list