master
8187443: Forest Consolidation: Move files to unified layout
8266459: Implement JEP 411: Deprecate the Security Manager for Removal
8196535: Remove support for pre-Java 6 non-JVM-wide file locking
8284780: Need methods to create pre-sized HashSet and LinkedHashSet
8278268: (ch) InputStream returned by Channels.newInputStream should have fast path for FileChannel targets
8279339: (ch) Input/Output streams returned by Channels factory methods don't support concurrent read/write ops
8351458: (ch) Move preClose to UnixDispatcher
8312166: (dc) DatagramChannel's socket adaptor does not release carrier thread when blocking in receive
8296024: Usage of DirectBuffer::address should be guarded
8233430: (sc) Socket adaptor restoring of blocking mode can override exception if socket closed
8325382: (fc) FileChannel.transferTo throws IOException when position equals size
8293331: Refactor FileDispatcherImpl into operating system-specific components
8221252: (sc) SocketChannel and its socket adaptor need to handle connection reset
8291897: TerminatingThreadLocal(s) not registered from virtual thread(s)
8198562: (ch) Separate blocking and non-blocking code paths (part 1) 8198754: (ch) Separate blocking and non-blocking code paths (part 2)
8263561: Re-examine uses of LinkedList
8200131: Improve lazy init of InetAddress.canonicalHostName and NativeObject.pageSize
8235193: (dc) Remove JNI overhead from DatagramChannel.send implementation
8284161: Implementation of Virtual Threads (Preview)
8358764: (sc) SocketChannel.close when thread blocked in read causes connection to be reset (win)
8282726: java/net/vthread/BlockingSocketOps.java timeout/hang intermittently on Windows
8307425: Socket input stream read burns CPU cycles with back-to-back poll(0) calls
8266369: (se) Add wepoll based Selector
8290002: (se) AssertionError in SelectorImpl.implCloseSelector
8245194: Unix domain socket channel implementation
5041655: (ch) FileLock: negative param and overflow issues
8244224: Implementation of JEP 381: Remove the Solaris and SPARC Ports
8284893: Fix typos in java.base
8274883: (se) Selector.open throws IAE when the default file system provider is changed to a custom provider
8295456: (ch) sun.nio.ch.Util::checkBufferPositionAligned gives misleading/incorrect error