master
8347286: (fs) Remove some extensions from java/nio/file/Files/probeContentType/Basic.java
8326897: (fs) The utility TestUtil.supportsLinks is wrongly used to check for hard link support
8187443: Forest Consolidation: Move files to unified layout
8205612: (fc) Files.readAllBytes fails with ClosedByInterruptException when interrupt status set
8322881: java/nio/file/Files/CopyMoveVariations.java fails with AccessDeniedException due to permissions of files in /tmp
8294519: (fs) java/nio/file/Files/CopyProcFile.java fails intermittenly due to unstable /proc/cpuinfo output
8287097: (fs) Files::copy requires an undocumented permission when copying from the default file system to a non-default file system
8227609: (fs) Files.newInputStream(...).skip(n) should allow skipping beyond file size
8272964: java/nio/file/Files/InterruptCopy.java fails with java.lang.RuntimeException: Copy was not interrupted
8202285: (fs) Add a method to Files for comparing file contents
8263898: (fs) Files.newOutputStream on the "NUL" special device throws FileSystemException: "nul: Incorrect function" (win)
8311906: Improve robustness of String constructors with mutable array inputs 8321180: Condition for non-latin1 string size too large exception is off by one 8322018: Test java/lang/String/CompactString/MaxSizeUTF16String.java fails with -Xcomp 8321514: UTF16 string gets constructed incorrectly from codepoints if CompactStrings is not enabled 8325590: Regression in round-tripping UTF-16 strings after JDK-8311906