jdk/test/java/lang/ClassLoader/Assert.java
changeset 45256 2f8645ceb815
parent 32018 91c91b3d50a0
equal deleted inserted replaced
45255:fb4fe30c9375 45256:2f8645ceb815
    26  * @bug 4290640 4785473
    26  * @bug 4290640 4785473
    27  * @build package1.Class1 package2.Class2 package1.package3.Class3 Assert
    27  * @build package1.Class1 package2.Class2 package1.package3.Class3 Assert
    28  * @run main/othervm Assert
    28  * @run main/othervm Assert
    29  * @summary Test the assertion facility
    29  * @summary Test the assertion facility
    30  * @author Mike McCloskey
    30  * @author Mike McCloskey
    31  * @key randomness intermittent
    31  * @key randomness
    32  */
    32  */
    33 
    33 
    34 import package1.*;
    34 import package1.*;
    35 import package2.*;
    35 import package2.*;
    36 import package1.package3.*;
    36 import package1.package3.*;