test/java/lang/management/ManagementFactory/ProxyExceptions.java

Print this page

        

@@ -25,13 +25,10 @@
  * @test
  * @bug     5024531
  * @summary Test type mapping of the platform MXBean proxy
  *          returned from Management.newPlatformMXBeanProxy().
  * @author  Mandy Chung
- *
- * @compile -source 1.5 ProxyExceptions.java
- * @run main ProxyExceptions
  */
 import java.lang.management.*;
 import javax.management.*;
 import static java.lang.management.ManagementFactory.*;
 import java.util.List;