master
8347286: (fs) Remove some extensions from java/nio/file/Files/probeContentType/Basic.java
8379155: Refactor Files TestNG tests to use JUnit
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
8338411: Implement JEP 486: Permanently Disable the Security Manager
8187443: Forest Consolidation: Move files to unified layout
8233451: (fs) Files.newInputStream() cannot be used with character special files
8370568: Refer to Thread.interrupted as "interrupted status" consistently
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
8374441: (fs) FileSystemProvider.readAttributesIfExists throws "Not a directory" when element in path is not directory should return null for ENOTDIR (unix)
8263898: (fs) Files.newOutputStream on the "NUL" special device throws FileSystemException: "nul: Incorrect function" (win)
8349812: (fs) Files.newByteChannel with empty path name and CREATE_NEW throws unexpected exception
8379818: Refactor java/nio/file/Files/StreamLinesTest.java to use JUnit