jdk/test/java/lang/ClassLoader/findSystemClass/Loader.java
changeset 5796 ce710cdec799
parent 5506 202f599c92aa
child 7668 d4a77089c587
equal deleted inserted replaced
5795:49e9a038c105 5796:ce710cdec799
    19  * Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
    19  * Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
    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 /*
       
    25  * This test runs in othervm mode as it tests ClassLoader.findSystemClass
       
    26  * and getSystemResource methods.
       
    27  */
       
    28 
    24 /* @test
    29 /* @test
    25    @bug 4147599 4478150
    30    @bug 4147599 4478150
    26    @summary In 1.2beta4-I ClassLoader loaded classes can not link
    31    @summary In 1.2beta4-I ClassLoader loaded classes can not link
    27             against application classes.
    32             against application classes.
       
    33    @run main/othervm Loader
    28 */
    34 */
    29 
    35 
    30 /*
    36 /*
    31  * We are trying to test that certain methods of ClassLoader look at the same
    37  * We are trying to test that certain methods of ClassLoader look at the same
    32  * paths as they did in 1.1.  To run this test on 1.1, you will have to pass
    38  * paths as they did in 1.1.  To run this test on 1.1, you will have to pass