jdk/test/java/nio/channels/AsynchronousSocketChannel/Leaky.java
changeset 13373 404182035113
parent 9013 eedac0b9f552
child 44115 bb4e971bf5d4
equal deleted inserted replaced
13372:5d8d9440d223 13373:404182035113
     1 /*
     1 /*
     2  * Copyright (c) 2008, 2010, Oracle and/or its affiliates. All rights reserved.
     2  * Copyright (c) 2008, 2012, 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.
    20  * or visit www.oracle.com if you need additional information or have any
    20  * or visit www.oracle.com if you need additional information or have any
    21  * questions.
    21  * questions.
    22  */
    22  */
    23 
    23 
    24 /* @test
    24 /* @test
    25  * @bug 4607272 6999915
    25  * @bug 4607272 6999915 7185340
    26  * @summary Unit test for AsynchronousSocketChannel
    26  * @summary Unit test for AsynchronousSocketChannel
    27  * @run main/othervm -XX:+DisableExplicitGC -XX:MaxDirectMemorySize=64m Leaky
    27  * @run main/othervm -XX:+DisableExplicitGC -XX:MaxDirectMemorySize=75m Leaky
    28  */
    28  */
    29 
    29 
    30 import java.nio.ByteBuffer;
    30 import java.nio.ByteBuffer;
    31 import java.nio.channels.*;
    31 import java.nio.channels.*;
    32 import java.net.*;
    32 import java.net.*;