mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-27 06:45:07 +02:00
8294399: (ch) Refactor some methods out of sun.nio.ch.UnixFileDispatcherImpl
Reviewed-by: alanb
This commit is contained in:
parent
628820f47e
commit
d6678952a6
9 changed files with 171 additions and 73 deletions
|
@ -58,6 +58,7 @@ class FileDispatcherImpl extends UnixFileDispatcherImpl {
|
|||
static native void init0();
|
||||
|
||||
static {
|
||||
IOUtil.load();
|
||||
init0();
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue