[9] RFR of 8080589: (fs) FileChannel.force should use fcntl(F_FULLFSYNC) instead of fsync on OS X

Robert Muir rcmuir at gmail.com
Wed May 20 15:42:46 UTC 2015


On Wed, May 20, 2015 at 10:28 AM, Brian Burkhalter
<brian.burkhalter at oracle.com> wrote:
>
> I don’t understand your comment as unless I am mistaken the Mac OS X case
> will compile per the above either to
>

my apologies Brian, I think I got lost in the #ifdefs :)

just from my side, this issue is a great improvement. force() on
modern linux and windows will deal with these disk caches these days,
so it gives the same reliability to OS X users as well.

Thanks for working on this!


More information about the nio-dev mailing list