master
8295456: (ch) sun.nio.ch.Util::checkBufferPositionAligned gives misleading/incorrect error
8187443: Forest Consolidation: Move files to unified layout
8202290: AtomicAppend tests fail on macOS 10.13 ("High Sierra")
8313368: (fc) FileChannel.size returns 0 on block special files
8244224: Implementation of JEP 381: Remove the Solaris and SPARC Ports
8310902: (fc) FileChannel.transferXXX async close and interrupt issues
8294437: java/nio/channels/FileChannel tests slow on Windows
8316391: (zipfs) ZipFileSystem.readFullyAt does not tolerate short reads
8312522: Implementation of Foreign Function & Memory API
5041655: (ch) FileLock: negative param and overflow issues
8210779: 8182404 and 8210732 haven't updated copyright years
8267184: Add -Djava.security.manager=allow to tests calling System.setSecurityManager
8290252: Add TEST.properties to java/nio/channels/FileChannel and move tests out of largeMemory sub-dir
8202788: Explicitly reclaim cached thread-local direct buffers at thread exit
8305596: (fc) Two java/nio/channels tests fail after JDK-8303260
8303260: (fc) FileChannel::transferFrom should support position > size()
8140241: (fc) Data transfer from FileChannel to itself causes hang in case of overlap
8292562: (fc) Use copy_file_range in FileChannel::transferTo on Linux
8274112: (fc) Tune FileChannel.transferTo()
8286763: [REDO] (fc) Tune FileChannel.transferFrom()
8204310: Simpler RandomAccessFile.setLength() on Windows