test/tools/javac/EarlyAssert.java

Print this page

        

@@ -25,13 +25,10 @@
  * @test
  * @bug 4402864
  * @summary Verify that assertions are enabled before the class is initialized
  * and not thereafter
  * @author gafter
- *
- * @compile -source 1.4 EarlyAssert.java
- * @run main EarlyAssert
  */
 
 /*
  * Verify that assertions are enabled until the class is initialized
  */