-
Bug
-
Resolution: Fixed
-
P4
-
9
-
b70
-
generic
-
generic
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8135927 | emb-9 | Brian Burkhalter | P4 | Resolved | Fixed | team |
JDK-8309520 | 8u391 | kiran kumar J | P4 | Resolved | Fixed | b01 |
This happened once in jdk9 dev nightly testing.
The test server instance received 4 datagrams when it should have received only 3. The originating client addresses of the received datagrams reveal that the 4th extraneous datagram was from a client other than the one in the test. The result was:
java.lang.RuntimeException: Test failed
at EmptyBuffer$Server.run(EmptyBuffer.java:120)
at java.lang.Thread.run(Thread.java:745)
The test server instance received 4 datagrams when it should have received only 3. The originating client addresses of the received datagrams reveal that the 4th extraneous datagram was from a client other than the one in the test. The result was:
java.lang.RuntimeException: Test failed
at EmptyBuffer$Server.run(EmptyBuffer.java:120)
at java.lang.Thread.run(Thread.java:745)
- backported by
-
JDK-8135927 (ch) java/nio/channels/DatagramChannel/EmptyBuffer.java received 4 times while expected 3
- Resolved
-
JDK-8309520 (ch) java/nio/channels/DatagramChannel/EmptyBuffer.java received 4 times while expected 3
- Resolved