8196956: (ch) More channels cleanup

Reviewed-by: rriggs, prappo, bpb
This commit is contained in:
Alan Bateman 2018-02-08 10:55:21 +00:00
parent 48aad3bd2f
commit e3b7698786
8 changed files with 107 additions and 62 deletions

View file

@ -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;