Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-2128151 | 5.0u6 | Xueming Shen | P2 | Resolved | Fixed | b01 |
JDK-2127443 | 1.4.2_10 | Hao Dong | P4 | Resolved | Fixed | b02 |
sun/nio/ch/DefaultSelectorProvider intends, I believe, to provide a PollSelectorProvider on Solaris versions earlier than 5.7, and give DevPollSelectorProvider otherwise.
It actually performs a lexical comparison of the os.version property, and therefore fails to select appropriately when the os.version is "5.10".
###@###.### 2005-06-15 16:12:34 GMT
It actually performs a lexical comparison of the os.version property, and therefore fails to select appropriately when the os.version is "5.10".
###@###.### 2005-06-15 16:12:34 GMT
- backported by
-
JDK-2128151 (se) DevPollSelectorProvider stops being the default on Solaris 10
-
- Resolved
-
-
JDK-2127443 (se) DevPollSelectorProvider stops being the default on Solaris 10
-
- Resolved
-