mirror of
https://github.com/openjdk/jdk.git
synced 2026-02-23 08:45:33 +00:00
7107020: java.net.PlainSocketImpl.socketSetOption() calls itself
Reviewed-by: alanb, chegar
This commit is contained in:
parent
ab7852e129
commit
1dc8937659
@ -314,7 +314,7 @@ class PlainSocketImpl extends AbstractPlainSocketImpl
|
||||
|
||||
void socketSetOption(int cmd, boolean on, Object value)
|
||||
throws SocketException {
|
||||
socketSetOption(cmd, on, value);
|
||||
impl.socketSetOption(cmd, on, value);
|
||||
}
|
||||
|
||||
int socketGetOption(int opt, Object iaContainerObj) throws SocketException {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user