8220738: (sc) Move ServerSocketChannelImpl remaining native method to Net

Reviewed-by: bpb
This commit is contained in:
Alan Bateman 2019-03-16 12:31:31 +00:00
parent 1aa788a7b9
commit c306e3f059
15 changed files with 190 additions and 457 deletions

View file

@ -482,6 +482,10 @@ public class Net {
int remotePort)
throws IOException;
public static native int accept(FileDescriptor fd,
FileDescriptor newfd,
InetSocketAddress[] isaa)
throws IOException;
public static final int SHUT_RD = 0;
public static final int SHUT_WR = 1;