mirror of
https://github.com/openjdk/jdk.git
synced 2025-09-23 12:34:32 +02:00
8199437: Improve diagnostic system assertion message in com.sun.net.httpserver impl
Reviewed-by: alanb, dfuchs
This commit is contained in:
parent
dca38708e5
commit
2c73c97dd0
1 changed files with 1 additions and 1 deletions
|
@ -407,7 +407,7 @@ class ServerImpl implements TimeSource {
|
||||||
}
|
}
|
||||||
handle (chan, conn);
|
handle (chan, conn);
|
||||||
} else {
|
} else {
|
||||||
assert false;
|
assert false : "Unexpected non-readable key:" + key;
|
||||||
}
|
}
|
||||||
} catch (CancelledKeyException e) {
|
} catch (CancelledKeyException e) {
|
||||||
handleException(key, null);
|
handleException(key, null);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue