jdk/test/java/net/InetAddress/IsReachable.java
changeset 32266 e0a235a11254
parent 5506 202f599c92aa
equal deleted inserted replaced
32256:3966bd3b8167 32266:e0a235a11254
    21  * questions.
    21  * questions.
    22  */
    22  */
    23 
    23 
    24 /**
    24 /**
    25  * @test
    25  * @test
    26  * @bug 4639861
    26  * @bug 4639861 8133015
    27  * @summary API to test reachability of a host
    27  * @summary API to test reachability of a host
    28  */
    28  */
    29 import java.net.InetAddress;
    29 import java.net.InetAddress;
    30 import java.io.IOException;
    30 import java.io.IOException;
    31 import java.net.NetworkInterface;
    31 import java.net.NetworkInterface;