-
Type:
Bug
-
Resolution: Fixed
-
Priority:
P3
-
Affects Version/s: 8-pool
-
Component/s: core-libs
-
b52
-
generic
-
generic
-
Verified
| Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
|---|---|---|---|---|---|---|
| JDK-8018909 | 7u45 | Darryl Mocek | P3 | Closed | Fixed | b01 |
| JDK-2228704 | 7u40 | Darryl Mocek | P3 | Closed | Fixed | b06 |
In TCPTransport.executeAcceptLoop, in the catch block, if Throwable is not an instanceof Error, it's possible for a ClassCastException to occur as the test may try to cast the Throwable to an Error. The java/rmi/transport/acceptLoop/CloseServerSocketOnTermination.java test exposes this issue
- backported by
-
JDK-2228704 ClassCastException in TCPTransport.executeAcceptLoop
-
- Closed
-
-
JDK-8018909 ClassCastException in TCPTransport.executeAcceptLoop
-
- Closed
-