jdk/test/java/nio/channels/SocketChannel/BigReadWrite.java
changeset 5798 9cc262cd2a7a
parent 5506 202f599c92aa
child 7668 d4a77089c587
equal deleted inserted replaced
5797:c2641f6791be 5798:9cc262cd2a7a
    30 import java.nio.*;
    30 import java.nio.*;
    31 import java.nio.channels.*;
    31 import java.nio.channels.*;
    32 
    32 
    33 public class BigReadWrite {
    33 public class BigReadWrite {
    34 
    34 
    35     static int port = 40170;
       
    36     static int testSize = 15;
    35     static int testSize = 15;
    37 
    36 
    38     public static void main(String[] args) throws Exception {
    37     public static void main(String[] args) throws Exception {
    39         // One platform suffices to check for this bug
    38         // One platform suffices to check for this bug
    40         String osName = System.getProperty("os.name");
    39         String osName = System.getProperty("os.name");