test/tools/javac/boxing/BoxingCaching.java

Print this page

        

@@ -24,13 +24,10 @@
 /*
  * @test
  * @bug 4990346
  * @summary Verify autoboxed values are cached as required.
  * @author Joseph D. Darcy
- *
- * @compile -source 1.5 BoxingCaching.java
- * @run main BoxingCaching
  */
 
 public class BoxingCaching {
 
     static boolean verifyBooleanCaching() {