summaryrefslogtreecommitdiff
path: root/java/openjdk8/files/patch-jdk-src-solaris-classes-sun-nio-fs-DefaultFileSystemProvider.java (unfollow)
Commit message (Collapse)AuthorFilesLines
2014-03-28Add a port of OpenJDK8.Jung-uk Kim1-8/+9
Submitted by: Brian Gardner <openjdk@getsnappy.com> (preliminary version)
2013-03-27. Allow users to force the file system provider to be the BSD file systemGreg Lewis1-0/+37
provider. This is helpful when users also wish to force os.name to a different value (e.g. Linux) but not being forced to also use the Linux file system provider. This can be done by defining the property java.nio.file.spi.DefaultFileSystemProvider. This patch differs from the submitters in that the range of values are restricted to the current known defaults. PR: 173847 Submitted by: 4721 at hushmail.com