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

Reviewed-by: alanb
This commit is contained in:
Brian Burkhalter 2022-10-27 15:35:24 +00:00
parent 628820f47e
commit d6678952a6
9 changed files with 171 additions and 73 deletions

View file

@ -58,6 +58,7 @@ class FileDispatcherImpl extends UnixFileDispatcherImpl {
static native void init0();
static {
IOUtil.load();
init0();
}
}