equal
deleted
inserted
replaced
34 /* |
34 /* |
35 * @test |
35 * @test |
36 * @bug 8023954 |
36 * @bug 8023954 |
37 * @summary Test that MBean*Info.equals do not throw NPE |
37 * @summary Test that MBean*Info.equals do not throw NPE |
38 * @author Shanliang JIANG |
38 * @author Shanliang JIANG |
39 * @modules java.management |
39 * |
40 * @run clean MBeanInfoEqualsNPETest |
40 * @run clean MBeanInfoEqualsNPETest |
41 * @run build MBeanInfoEqualsNPETest |
41 * @run build MBeanInfoEqualsNPETest |
42 * @run main MBeanInfoEqualsNPETest |
42 * @run main MBeanInfoEqualsNPETest |
43 */ |
43 */ |
44 public class MBeanInfoEqualsNPETest { |
44 public class MBeanInfoEqualsNPETest { |