jdk/test/java/net/URLClassLoader/closetest/CloseTest.java
changeset 38883 d5de564f8089
parent 23010 6dadb192ad81
child 42764 5f368ec0cbb4
equal deleted inserted replaced
38882:efb06b82374b 38883:d5de564f8089
     1 /*
     1 /*
     2  * Copyright (c) 2009, 2013, Oracle and/or its affiliates. All rights reserved.
     2  * Copyright (c) 2009, 2016, 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 /**
    24 /**
    25  * @test
    25  * @test
    26  * @bug 4167874
    26  * @bug 4167874
       
    27  * @modules jdk.httpserver
    27  * @library ../../../../com/sun/net/httpserver
    28  * @library ../../../../com/sun/net/httpserver
    28  * @library /lib/testlibrary
    29  * @library /lib/testlibrary
    29  * @build FileServerHandler jdk.testlibrary.FileUtils
    30  * @build FileServerHandler jdk.testlibrary.FileUtils
    30  * @run shell build.sh
    31  * @run shell build.sh
    31  * @run main/othervm CloseTest
    32  * @run main/othervm CloseTest