mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-28 07:14:30 +02:00
8199015: (se) SocketChannelImpl.translateXXXOps access channel state without synchronization
Reviewed-by: bpb
This commit is contained in:
parent
889a041f22
commit
61aa187aaf
2 changed files with 9 additions and 17 deletions
|
@ -63,8 +63,6 @@ public interface SelChImpl extends Channel {
|
|||
|
||||
void translateAndSetInterestOps(int ops, SelectionKeyImpl sk);
|
||||
|
||||
int validOps();
|
||||
|
||||
void kill() throws IOException;
|
||||
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue