master
8346722: (fs) Files.probeContentType throws ClassCastException with custom file system provider
8344078: Remove security manager dependency in java.nio
8349812: (fs) Files.newByteChannel with empty path name and CREATE_NEW throws unexpected exception
8353053: (fs) Add support for UserDefinedFileAttributeView on AIX
8280881: (fs) UnixNativeDispatcher.close0 may throw UnixException
8366254: (fs) UnixException.translateToIOException should translate ELOOP to FileSystemLoopException
8356678: (fs) Files.readAttributes should map ENOTDIR to NoSuchFileException where possible (unix)
8365807: (fs) Two-arg UnixFileAttributes.getIfExists should not use exception for control flow
8356036: (fs) FileKey.hashCode and UnixFileStore.hashCode implementations can use Long.hashCode
8187443: Forest Consolidation: Move files to unified layout
8366911: (fs) Remove support for normalizing file names to Unicode normalized form D (macOS)
8154364: (fs) Files.isSameFile() throws NoSuchFileException with broken symbolic links
8368633: (fs) Path.toRealPath(NOFOLLOW_LINKS) very slow on macOS
8357425: (fs) SecureDirectoryStream setPermissions should use fchmodat
8357268: Use JavaNioAccess.getBufferAddress rather than DirectBuffer.address()
8348986: Improve coverage of enhanced exception messages