RFR: 8293502: (fc) FileChannel::transfer methods fail to copy /proc files on Linux [v2]

Alan Bateman alanb at openjdk.org
Fri Sep 16 14:19:42 UTC 2022


On Thu, 15 Sep 2022 23:07:47 GMT, Brian Burkhalter <bpb at openjdk.org> wrote:

>> Files in `/proc` advertise a size of zero for which direct and mapped transfers do not work. For this case, fall back to arbitrary channel transfer.
>
> Brian Burkhalter has updated the pull request incrementally with one additional commit since the last revision:
> 
>   8293502: Use /proc/cpuinfo instead of /proc/mounts and other cleanup

Thanks for the updates, 95901194 looks good.

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

Marked as reviewed by alanb (Reviewer).

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


More information about the nio-dev mailing list