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
8379583: (fs) Files.copy use of posix_fadvise is problematic on Linux
8280881: (fs) UnixNativeDispatcher.close0 may throw UnixException
8366254: (fs) UnixException.translateToIOException should translate ELOOP to FileSystemLoopException
8374327: Update copyright year to 2025 for files in java.base added/updated by commits in 2025
8374441: (fs) FileSystemProvider.readAttributesIfExists throws "Not a directory" when element in path is not directory should return null for ENOTDIR (unix)
8187443: Forest Consolidation: Move files to unified layout
8388046: (fs) UnixFileSystem Flags.failIfUnableToCopyPosix and Flags.failIfUnableToCopyNonPosix no longer needed
8154364: (fs) Files.isSameFile() throws NoSuchFileException with broken symbolic links
8364322: (fs) fchmodat support for AT_SYMLINK_NOFOLLOW flag too pessimistic on Linux
8368633: (fs) Path.toRealPath(NOFOLLOW_LINKS) very slow on macOS
8367284: (fs) Support current working directory target in SecureDirectoryStream.move
8357268: Use JavaNioAccess.getBufferAddress rather than DirectBuffer.address()
8348986: Improve coverage of enhanced exception messages