jdk/src/java.base/share/classes/sun/nio/ch
Brian Burkhalter 369611ea34 8286677: [BACKOUT] (fc) Tune FileChannel.transferFrom()
Reviewed-by: dholmes, mikael
2022-05-12 22:37:42 +00:00
..
AllocatedNativeObject.java 8187443: Forest Consolidation: Move files to unified layout 2017-09-12 19:03:39 +02:00
AsynchronousChannelGroupImpl.java 8266459: Implement JEP 411: Deprecate the Security Manager for Removal 2021-06-02 11:57:31 +00:00
AsynchronousFileChannelImpl.java 8196535: Remove support for pre-Java 6 non-JVM-wide file locking 2018-02-05 15:08:46 -08:00
AsynchronousServerSocketChannelImpl.java 8266459: Implement JEP 411: Deprecate the Security Manager for Removal 2021-06-02 11:57:31 +00:00
AsynchronousSocketChannelImpl.java 8268698: Use Objects.check{Index,FromToIndex,FromIndexSize} for java.base 2021-07-13 02:23:16 +00:00
Cancellable.java 8187443: Forest Consolidation: Move files to unified layout 2017-09-12 19:03:39 +02:00
ChannelInputStream.java 8279339: (ch) Input/Output streams returned by Channels factory methods don't support concurrent read/write ops 2022-01-06 08:12:53 +00:00
ChannelOutputStream.java 8279339: (ch) Input/Output streams returned by Channels factory methods don't support concurrent read/write ops 2022-01-06 08:12:53 +00:00
CompletedFuture.java 8187443: Forest Consolidation: Move files to unified layout 2017-09-12 19:03:39 +02:00
DatagramChannelImpl.java 8284161: Implementation of Virtual Threads (Preview) 2022-05-07 08:06:16 +00:00
DatagramSocketAdaptor.java 8284161: Implementation of Virtual Threads (Preview) 2022-05-07 08:06:16 +00:00
DirectBuffer.java 8187443: Forest Consolidation: Move files to unified layout 2017-09-12 19:03:39 +02:00
DummySocketImpl.java 8233430: (sc) Socket adaptor restoring of blocking mode can override exception if socket closed 2019-11-03 14:07:43 +00:00
ExtendedSocketOption.java 8187443: Forest Consolidation: Move files to unified layout 2017-09-12 19:03:39 +02:00
FileChannelImpl.java 8286677: [BACKOUT] (fc) Tune FileChannel.transferFrom() 2022-05-12 22:37:42 +00:00
FileDispatcher.java 8140241: (fc) Data transfer from FileChannel to itself causes hang in case of overlap 2021-08-12 15:27:09 +00:00
FileLockImpl.java 8187443: Forest Consolidation: Move files to unified layout 2017-09-12 19:03:39 +02:00
FileLockTable.java 8196535: Remove support for pre-Java 6 non-JVM-wide file locking 2018-02-05 15:08:46 -08:00
Groupable.java 8187443: Forest Consolidation: Move files to unified layout 2017-09-12 19:03:39 +02:00
Interruptible.java 8187443: Forest Consolidation: Move files to unified layout 2017-09-12 19:03:39 +02:00
Invoker.java 8266459: Implement JEP 411: Deprecate the Security Manager for Removal 2021-06-02 11:57:31 +00:00
IOStatus.java 8221252: (sc) SocketChannel and its socket adaptor need to handle connection reset 2019-03-22 11:35:35 +00:00
IOUtil.java 8282191: Implementation of Foreign Function & Memory API (Preview) 2022-05-12 16:17:45 +00:00
IOVecWrapper.java 8284161: Implementation of Virtual Threads (Preview) 2022-05-07 08:06:16 +00:00
MembershipKeyImpl.java 8198562: (ch) Separate blocking and non-blocking code paths (part 1) 2018-02-28 09:54:38 +00:00
MembershipRegistry.java 8263561: Re-examine uses of LinkedList 2021-08-02 12:50:38 +00:00
NativeDispatcher.java 8231259: (dc) DatagramChannel::disconnect re-binds socket to the wildcard address (macOS) 2019-11-20 08:35:53 +00:00
NativeObject.java 8200131: Improve lazy init of InetAddress.canonicalHostName and NativeObject.pageSize 2018-04-05 09:37:19 -07:00
NativeSocketAddress.java 8235193: (dc) Remove JNI overhead from DatagramChannel.send implementation 2019-12-04 16:37:00 +00:00
NativeThreadSet.java 8284161: Implementation of Virtual Threads (Preview) 2022-05-07 08:06:16 +00:00
Net.java 8266459: Implement JEP 411: Deprecate the Security Manager for Removal 2021-06-02 11:57:31 +00:00
NioSocketImpl.java 8284161: Implementation of Virtual Threads (Preview) 2022-05-07 08:06:16 +00:00
OptionKey.java 8187443: Forest Consolidation: Move files to unified layout 2017-09-12 19:03:39 +02:00
PendingFuture.java 8187443: Forest Consolidation: Move files to unified layout 2017-09-12 19:03:39 +02:00
Poller.java 8284161: Implementation of Virtual Threads (Preview) 2022-05-07 08:06:16 +00:00
PollerProvider.java 8284161: Implementation of Virtual Threads (Preview) 2022-05-07 08:06:16 +00:00
Reflect.java 8266459: Implement JEP 411: Deprecate the Security Manager for Removal 2021-06-02 11:57:31 +00:00
SelChImpl.java 8284161: Implementation of Virtual Threads (Preview) 2022-05-07 08:06:16 +00:00
SelectionKeyImpl.java 8266369: (se) Add wepoll based Selector 2021-05-08 07:14:36 +00:00
SelectorImpl.java 8231921: (se) SelectorImpl.register does not need to set the attachment when it is null 2019-10-08 10:58:36 +01:00
SelectorProviderImpl.java 8245194: Unix domain socket channel implementation 2020-10-28 17:26:26 +00:00
ServerSocketAdaptor.java 8266459: Implement JEP 411: Deprecate the Security Manager for Removal 2021-06-02 11:57:31 +00:00
ServerSocketChannelImpl.java 8284161: Implementation of Virtual Threads (Preview) 2022-05-07 08:06:16 +00:00
SimpleAsynchronousFileChannelImpl.java 5041655: (ch) FileLock: negative param and overflow issues 2022-02-22 17:24:15 +00:00
SocketAdaptor.java 8284161: Implementation of Virtual Threads (Preview) 2022-05-07 08:06:16 +00:00
SocketChannelImpl.java 8284161: Implementation of Virtual Threads (Preview) 2022-05-07 08:06:16 +00:00
SocketInputStream.java 8279339: (ch) Input/Output streams returned by Channels factory methods don't support concurrent read/write ops 2022-01-06 08:12:53 +00:00
SocketOptionRegistry.java.template 8244224: Implementation of JEP 381: Remove the Solaris and SPARC Ports 2020-05-20 17:33:37 -07:00
SocketOutputStream.java 8279339: (ch) Input/Output streams returned by Channels factory methods don't support concurrent read/write ops 2022-01-06 08:12:53 +00:00
Streams.java 8279339: (ch) Input/Output streams returned by Channels factory methods don't support concurrent read/write ops 2022-01-06 08:12:53 +00:00
ThreadPool.java 8284893: Fix typos in java.base 2022-04-19 20:07:57 +00:00
UnixDomainSockets.java 8274883: (se) Selector.open throws IAE when the default file system provider is changed to a custom provider 2021-12-07 16:59:34 +00:00
Util.java 8282191: Implementation of Foreign Function & Memory API (Preview) 2022-05-12 16:17:45 +00:00