test/jdk/java/nio/channels/DatagramChannel/AdaptDatagramSocket.java
changeset 49255 acdb8531cc8b
parent 47216 71c04702a3d5
equal deleted inserted replaced
49254:422615764e12 49255:acdb8531cc8b
     1 /*
     1 /*
     2  * Copyright (c) 2001, 2016, Oracle and/or its affiliates. All rights reserved.
     2  * Copyright (c) 2001, 2018, Oracle and/or its affiliates. All rights reserved.
     3  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
     3  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
     4  *
     4  *
     5  * This code is free software; you can redistribute it and/or modify it
     5  * This code is free software; you can redistribute it and/or modify it
     6  * under the terms of the GNU General Public License version 2 only, as
     6  * under the terms of the GNU General Public License version 2 only, as
     7  * published by the Free Software Foundation.
     7  * published by the Free Software Foundation.
    22  */
    22  */
    23 
    23 
    24 /* @test
    24 /* @test
    25  * @bug 4313882 4981129 8143610
    25  * @bug 4313882 4981129 8143610
    26  * @summary Unit test for datagram-socket-channel adaptors
    26  * @summary Unit test for datagram-socket-channel adaptors
    27  * @library ..
    27  * @library .. /test/lib
       
    28  * @build jdk.test.lib.Utils TestServers
       
    29  * @run main AdaptDatagramSocket
    28  * @key randomness
    30  * @key randomness
    29  */
    31  */
    30 
    32 
    31 import java.net.*;
    33 import java.net.*;
    32 import java.nio.channels.*;
    34 import java.nio.channels.*;