[9] RFR of 8080589: (fs) FileChannel.force should use fcntl(F_FULLFSYNC) instead of fsync on OS X
Alan Bateman
Alan.Bateman at oracle.com
Tue May 19 20:03:24 UTC 2015
On 19/05/2015 19:33, Brian Burkhalter wrote:
> :
>
> Perhaps this is a safer approach.
Is F_FULLSYNC not guaranteed to be defined on all supported OS X
versions? Just wondering if #if defined(F_FULLSYNC) is really needed.
It otherwise looks okay as it doesn't compile in the current
implementation that choose fsync or fdatasync.
-Alan
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.openjdk.java.net/pipermail/nio-dev/attachments/20150519/1cde4135/attachment.html>
More information about the nio-dev
mailing list