master
8374365: Update copyright year to 2025 for test/jdk in files where it was missed
8187443: Forest Consolidation: Move files to unified layout
8202290: AtomicAppend tests fail on macOS 10.13 ("High Sierra")
8351086: (fc) Make java/nio/channels/FileChannel/BlockDeviceSize.java test manual
8260555: Change the default TIMEOUT_FACTOR from 4 to 1
8370568: Refer to Thread.interrupted as "interrupted status" consistently
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
8346972: Test java/nio/channels/FileChannel/LoopingTruncate.java fails sometimes with IOException: There is not enough space on the disk
8379153: Refactor java/nio/channels/File{Channel,Lock} TestNG tests to use JUnit
8244224: Implementation of JEP 381: Remove the Solaris and SPARC Ports
8327096: (fc) java/nio/channels/FileChannel/Size.java fails on partition incapable of creating large files
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
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