hg: jdk9/sandbox/jdk: 2 new changesets

chris.hegarty at oracle.com chris.hegarty at oracle.com
Sat Jun 13 00:15:56 UTC 2015


Changeset: e6e8b4ed01ff
Author:    bpb
Date:      2015-06-12 17:05 -0700
URL:       http://hg.openjdk.java.net/jdk9/sandbox/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

Changeset: 4fc7e42e4f2c
Author:    bpb
Date:      2015-06-12 17:06 -0700
URL:       http://hg.openjdk.java.net/jdk9/sandbox/jdk/rev/4fc7e42e4f2c

8081843: (fs) FileStore.getTotalSpace returns unexpected results with >2TB file systems
Summary: On Mac OS X use statfs() instead of statvfs().
Reviewed-by: alanb

! src/java.base/unix/native/libnio/fs/UnixNativeDispatcher.c



More information about the jdk9-sandbox-changes mailing list