Integrated: 8294399: (ch) Refactor some methods out of sun.nio.ch.UnixFileDispatcherImpl

Brian Burkhalter bpb at openjdk.org
Thu Oct 27 15:39:38 UTC 2022


On Mon, 26 Sep 2022 21:48:57 GMT, Brian Burkhalter <bpb at openjdk.org> wrote:

> Interpose a new class `sun.nio.ch.UnixDispatcher` between `sun.nio.ch.NativeDispatcher` and its current subclasses `sun.nio.ch.DatagramDispatcher` and `sun.nio.ch.SocketDispatcher`; refactor some methods out of `sun.nio.ch.UnixFileDispatcherImpl` into this updated hierarchy.

This pull request has now been integrated.

Changeset: d6678952
Author:    Brian Burkhalter <bpb at openjdk.org>
URL:       https://git.openjdk.org/jdk/commit/d6678952a6de4e5435dab65e7029021832454857
Stats:     231 lines in 9 files changed: 158 ins; 60 del; 13 mod

8294399: (ch) Refactor some methods out of sun.nio.ch.UnixFileDispatcherImpl

Reviewed-by: alanb

-------------

PR: https://git.openjdk.org/jdk/pull/10434


More information about the nio-dev mailing list