8199015: (se) SocketChannelImpl.translateXXXOps access channel state without synchronization

Reviewed-by: bpb
This commit is contained in:
Alan Bateman 2018-03-07 07:15:24 +00:00
parent 889a041f22
commit 61aa187aaf
2 changed files with 9 additions and 17 deletions

View file

@ -63,8 +63,6 @@ public interface SelChImpl extends Channel {
void translateAndSetInterestOps(int ops, SelectionKeyImpl sk);
int validOps();
void kill() throws IOException;
}