summaryrefslogtreecommitdiff
path: root/ojluni/src/main/java/sun/net/ExtendedOptionsImpl.java
Commit message (Collapse)AuthorAgeFilesLines
* Add missing / improve existing change markers in sun.net.Tobias Thierer2017-05-161-0/+14
| | | | | | | | | | | | | | Files in this package are currently based on an OpenJDK 7u40 upstream. This CL ensures proper documentation for Android changes in this package. The work to update this package to a later upstream is left to a follow-up CL. Bug: 38027507 Test: Treehugger build succeeds. (cherry picked from commit b8ecbc29b0dbd2f0e44bd86b10345f999935aaf7) Change-Id: I08596e15316581fd65e17b6ea0421b108a8f4388
* Fix ExtendedOptionsImplYi Kong2016-06-291-10/+0
| | | | | | | | This class is mostly stubbed, we don't need the static block. Fixes UnsatisfiedLinkError in multiple tests due to missing net library. Test: passes libcore.java.nio.channels.SocketChannelTest Change-Id: I448458aef54ab1b336ae6d3bb1f49174138abc4c
* Import upstream change: Support Solaris SO_FLOW_SLA socket optionYi Kong2016-06-281-0/+101
Upstream Change: 8032808: Support Solaris SO_FLOW_SLA socket option Reviewed-by: alanb, chegar http://hg.openjdk.java.net/jdk8u/jdk8u/jdk/rev/7f04532ee859 The change has no effect for Linux/Android, however we keep it to minimize local diff. Bug: 29067535 Change-Id: I3748377ef382545424a6af720fc97d204f677d09