test/jdk/java/nio/channels/Selector/Alias.java
changeset 49255 acdb8531cc8b
parent 47216 71c04702a3d5
equal deleted inserted replaced
49254:422615764e12 49255:acdb8531cc8b
     1 /*
     1 /*
     2  * Copyright (c) 2001, 2012, 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 4513011
    25  * @bug 4513011
    26  * @summary Registering and cancelling same fd many times
    26  * @summary Registering and cancelling same fd many times
    27  * @library ..
    27  * @library .. /test/lib
       
    28  * @build jdk.test.lib.Utils TestServers
       
    29  * @run main Alias
    28  */
    30  */
    29 
    31 
    30 import java.net.*;
    32 import java.net.*;
    31 import java.nio.*;
    33 import java.nio.*;
    32 import java.nio.channels.*;
    34 import java.nio.channels.*;