Fwd: [9] RFR of 8081843: (fs) FileStore.getTotalSpace returns unexpected results with >2TB file systems
Alan Bateman
Alan.Bateman at oracle.com
Thu Jun 11 09:03:34 UTC 2015
On 11/06/2015 00:04, Brian Burkhalter wrote:
> Please review at your convenience.
>
> Issue:https://bugs.openjdk.java.net/browse/JDK-8081843
> Patch:http://cr.openjdk.java.net/~bpb/8081843/webrev.00/
>
> Summary: On Mac OS X use BSD system call statfs() instead of Standard
> C Library call statvfs() to obtain file system size statistics.
>
> Standard regression test run succeeded.
>
This looks okay to me although on OS X builds then statvfs64 is defined
to statvfs (L63). This means the only real change here is using f_bsize.
Once this has backed for a bit then it's probably a change that should
go into 8uX too.
-Alan
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.openjdk.java.net/pipermail/nio-dev/attachments/20150611/7243fa21/attachment.html>
More information about the nio-dev
mailing list