Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-2208813 | 6u27 | Sean Coffey | P2 | Closed | Fixed | b01 |
JDK-2208664 | 6u26-rev | Sean Coffey | P2 | Resolved | Fixed | b21 |
JDK-2208654 | 6u25-rev | Sean Coffey | P2 | Resolved | Fixed | b21 |
JDK-2204273 | 6u24-rev | Sean Coffey | P2 | Resolved | Fixed | b22 |
JDK-2193752 | 6u22-rev | Sean Coffey | P2 | Resolved | Fixed | b08 |
JDK-2193831 | 5.0-pool | Sean Coffey | P2 | Closed | Won't Fix | |
JDK-2206744 | 5.0u29 | Sean Coffey | P3 | Closed | Fixed | b02 |
In windows, java.nio.channels.Selecor#select does not block under the follwoing condition.
- Valid IP address
- Send a packet to the destination of which the port is closed
(Please see the attached DatagramTest.java)
In platforms other than Windows, java.nio.channels.Selecor#select seems to block.
CONFIGURATION:
JDK : 1.4.2_XX/5ux/6ux/7b85
OS : WindowsXP/Vista/7
REPRODUCE:
1. Compile the attached program, "DatagramTest.java"
2. Invoke "java DatagramTest"
FREQUENCY :
this problem always occurs
EXPECTED :
Only "step1" message appears.
ACTUAL :
step1
valid:true
readable:true
writable:false
- backported by
-
JDK-2193752 (dc) Improve connection reset/port unreachable handling [win]
-
- Resolved
-
-
JDK-2204273 (dc) Improve connection reset/port unreachable handling [win]
-
- Resolved
-
-
JDK-2208654 (dc) Improve connection reset/port unreachable handling [win]
-
- Resolved
-
-
JDK-2208664 (dc) Improve connection reset/port unreachable handling [win]
-
- Resolved
-
-
JDK-2193831 (dc) Improve connection reset/port unreachable handling [win]
-
- Closed
-
-
JDK-2208813 (dc) Improve connection reset/port unreachable handling [win]
-
- Closed
-
-
JDK-2206744 (dc) Improve connection reset/port unreachable handling [win]
-
- Closed
-
- relates to
-
JDK-6996790 TEST_BUG:java/nio/channels/DatagramChannel/SelectWhenRefused.java should be adjusted for unix
-
- Resolved
-