mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-27 06:45:07 +02:00
8196956: (ch) More channels cleanup
Reviewed-by: rriggs, prappo, bpb
This commit is contained in:
parent
48aad3bd2f
commit
e3b7698786
8 changed files with 107 additions and 62 deletions
|
@ -62,10 +62,7 @@ class ServerSocketChannelImpl
|
|||
|
||||
// Our file descriptor
|
||||
private final FileDescriptor fd;
|
||||
|
||||
// fd value needed for dev/poll. This value will remain valid
|
||||
// even after the value in the file descriptor object has been set to -1
|
||||
private int fdVal;
|
||||
private final int fdVal;
|
||||
|
||||
// ID of native thread currently blocked in this channel, for signalling
|
||||
private volatile long thread;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue