test/java/lang/management/ManagementFactory/ProxyTypeMapping.java

Print this page

        

@@ -26,11 +26,11 @@
  * @bug     5024531
  * @summary Test type mapping of the platform MXBean proxy
  *          returned from Management.newPlatformMXBeanProxy().
  * @author  Mandy Chung
  *
- * @compile -source 1.5 ProxyTypeMapping.java
+ * @compile ProxyTypeMapping.java
  * @run main/othervm -verbose:gc ProxyTypeMapping
  */
 import java.lang.management.*;
 import javax.management.*;
 import static java.lang.management.ManagementFactory.*;