master
8347286: (fs) Remove some extensions from java/nio/file/Files/probeContentType/Basic.java
8338411: Implement JEP 486: Permanently Disable the Security Manager
8187443: Forest Consolidation: Move files to unified layout
8370568: Refer to Thread.interrupted as "interrupted status" consistently
8326897: (fs) The utility TestUtil.supportsLinks is wrongly used to check for hard link support
8327002: (fs) java/nio/file/Files/CopyMoveVariations.java should be able to test across file systems
8294519: (fs) java/nio/file/Files/CopyProcFile.java fails intermittenly due to unstable /proc/cpuinfo output
8233451: (fs) Files.newInputStream() cannot be used with character special files
8368156: java/nio/file/Files/IsSameFile.java failing (win)
8340329: (fs) Message of NotLinkException thrown by FIles.readSymbolicLink does not include file name (win)
8154364: (fs) Files.isSameFile() throws NoSuchFileException with broken symbolic links
8202285: (fs) Add a method to Files for comparing file contents
8356678: (fs) Files.readAttributes should map ENOTDIR to NoSuchFileException where possible (unix)
8263898: (fs) Files.newOutputStream on the "NUL" special device throws FileSystemException: "nul: Incorrect function" (win)
8325590: Regression in round-tripping UTF-16 strings after JDK-8311906
8349812: (fs) Files.newByteChannel with empty path name and CREATE_NEW throws unexpected exception