This repository has been archived by the owner. It is now read-only.
Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
8244582: Remove terminally deprecated Solaris-specific SO_FLOW_SLA so…
…cket option This patch removes ExtendedSocketOptions.SO_FLOW_SLA, SocketFlow and SocketFlow.Status which were terminally deprecated in JDK 14 in preparation for the removal of the Solaris port. Reviewed-by: alanb, dfuchs, chegar, vtewari
- Loading branch information
Showing
with
9 additions
and 657 deletions.
- +2 −70 src/jdk.net/share/classes/jdk/net/ExtendedSocketOptions.java
- +1 −31 src/jdk.net/share/classes/jdk/net/NetworkPermission.java
- +0 −208 src/jdk.net/share/classes/jdk/net/SocketFlow.java
- +1 −11 src/jdk.net/share/classes/jdk/net/Sockets.java
- +0 −1 test/jdk/java/lang/RuntimeTests/loadLibrary/LoadLibraryTest.java
- +2 −14 test/jdk/java/net/SocketOption/AfterClose.java
- +2 −4 test/jdk/java/net/SocketOption/UnsupportedOptionsTest.java
- +0 −94 test/jdk/jdk/net/SocketFlow/SocketFlowBasic.java
- +0 −1 test/jdk/jdk/net/Sockets/ExtOptionTest.java
- +0 −196 test/jdk/jdk/net/Sockets/Test.java
- +0 −10 test/jdk/jdk/net/Sockets/policy.fail
- +0 −12 test/jdk/jdk/net/Sockets/policy.success
- +1 −3 test/jdk/sun/security/provider/PolicyFile/Modules.java
- +0 −2 test/jdk/sun/security/provider/PolicyFile/modules.policy
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.