mirror of
https://github.com/openjdk/jdk.git
synced 2025-09-20 02:54:35 +02:00
8200179: (se) More Selector cleanup
Reviewed-by: bpb
This commit is contained in:
parent
4b6cd06e3d
commit
187bf57418
19 changed files with 869 additions and 1247 deletions
|
@ -58,7 +58,6 @@ import sun.nio.ch.IOStatus;
|
|||
import sun.nio.ch.IOUtil;
|
||||
import sun.nio.ch.NativeThread;
|
||||
import sun.nio.ch.Net;
|
||||
import sun.nio.ch.PollArrayWrapper;
|
||||
import sun.nio.ch.SelChImpl;
|
||||
import sun.nio.ch.SelectionKeyImpl;
|
||||
import sun.nio.ch.Util;
|
||||
|
|
|
@ -58,7 +58,6 @@ import sun.nio.ch.NativeThread;
|
|||
import sun.nio.ch.IOStatus;
|
||||
import sun.nio.ch.IOUtil;
|
||||
import sun.nio.ch.Net;
|
||||
import sun.nio.ch.PollArrayWrapper;
|
||||
import sun.nio.ch.SelChImpl;
|
||||
import sun.nio.ch.SelectionKeyImpl;
|
||||
import sun.nio.ch.Util;
|
||||
|
|
|
@ -46,7 +46,6 @@ import sun.nio.ch.NativeThread;
|
|||
import sun.nio.ch.IOStatus;
|
||||
import sun.nio.ch.IOUtil;
|
||||
import sun.nio.ch.Net;
|
||||
import sun.nio.ch.PollArrayWrapper;
|
||||
import sun.nio.ch.SelChImpl;
|
||||
import sun.nio.ch.SelectionKeyImpl;
|
||||
import sun.nio.ch.Util;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue