langtools/test/tools/javac/EarlyAssert.java
changeset 4940 256e46854879
parent 2985 f43e1241e7fb
child 5520 86e4b9a9da40
equal deleted inserted replaced
4939:94c48ae38df4 4940:256e46854879
    25  * @test
    25  * @test
    26  * @bug 4402864
    26  * @bug 4402864
    27  * @summary Verify that assertions are enabled before the class is initialized
    27  * @summary Verify that assertions are enabled before the class is initialized
    28  * and not thereafter
    28  * and not thereafter
    29  * @author gafter
    29  * @author gafter
       
    30  * @build EarlyAssert EarlyAssertWrapper
       
    31  * @run main EarlyAssertWrapper
    30  */
    32  */
    31 
    33 
    32 /*
    34 /*
    33  * Verify that assertions are enabled until the class is initialized
    35  * Verify that assertions are enabled until the class is initialized
    34  */
    36  */