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

Print this page

        

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