hg: jdk9/dev/jdk: 8087288: File.get{Free, Total, Usable}Space may return unexpected results with >2TB file systems
brian.burkhalter at oracle.com
brian.burkhalter at oracle.com
Sat Jun 13 00:06:07 UTC 2015
Changeset: e6e8b4ed01ff
Author: bpb
Date: 2015-06-12 17:05 -0700
URL: http://hg.openjdk.java.net/jdk9/dev/jdk/rev/e6e8b4ed01ff
8087288: File.get{Free,Total,Usable}Space may return unexpected results with >2TB file systems
Summary: On Mac OS X replace statvfs64() and struct statvfs64 with statfs() and struct statfs, respectively, and f_frsize with f_bsize.
Reviewed-by: alanb
! src/java.base/unix/native/libjava/UnixFileSystem_md.c
More information about the jdk9-dev-changes
mailing list