jdk/test/java/lang/ClassLoader/UninitializedParent.java
changeset 5796 ce710cdec799
parent 5506 202f599c92aa
child 7668 d4a77089c587
equal deleted inserted replaced
5795:49e9a038c105 5796:ce710cdec799
    24 /*
    24 /*
    25  * @test
    25  * @test
    26  * @bug 6636650
    26  * @bug 6636650
    27  * @summary Uninitialized class loaders should not be a parent of other
    27  * @summary Uninitialized class loaders should not be a parent of other
    28  *          class loaders.
    28  *          class loaders.
       
    29  * @run main/othervm UninitializedParent
    29  */
    30  */
    30 
    31 
    31 
    32 
    32 import java.net.*;
    33 import java.net.*;
    33 
    34