-
Bug
-
Resolution: Fixed
-
P3
-
8u20
-
b20
-
solaris_11
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8048421 | 8u25 | Michael McMahon | P3 | Resolved | Fixed | b05 |
JDK-8046789 | 8u20 | Michael McMahon | P3 | Resolved | Fixed | b20 |
JDK-8053678 | emb-8u26 | Michael McMahon | P3 | Resolved | Fixed | b17 |
JDK-8072300 | 7u85 | Sean Coffey | P3 | Resolved | Fixed | b01 |
JDK-8059668 | 7u80 | Sean Coffey | P3 | Resolved | Fixed | b03 |
When we test for the avilability of the SO_FLOW_SLA feature in Solaris we set the option on a socket and check for ENOPROTOOPT. Success, or any other error means the feature is available.
However, EACCESS can also occur if the current process doesn't have the privilege. So, we should test for that as well.
However, EACCESS can also occur if the current process doesn't have the privilege. So, we should test for that as well.
- backported by
-
JDK-8046789 test for SO_FLOW_SLA availability does not check for EACCESS
-
- Resolved
-
-
JDK-8048421 test for SO_FLOW_SLA availability does not check for EACCESS
-
- Resolved
-
-
JDK-8053678 test for SO_FLOW_SLA availability does not check for EACCESS
-
- Resolved
-
-
JDK-8059668 test for SO_FLOW_SLA availability does not check for EACCESS
-
- Resolved
-
-
JDK-8072300 test for SO_FLOW_SLA availability does not check for EACCESS
-
- Resolved
-