< prev index next >

test/javax/management/MBeanInfo/MBeanInfoHashCodeNPETest.java

Print this page
rev 16783 : 8176176: fix @modules in jdk_svc tests
Reviewed-by: duke

*** 33,43 **** /* * @test * @bug 8023669 * @summary Test that hashCode()throws NullPointerException * @author Shanliang JIANG ! * @modules java.management * @run clean MBeanInfoHashCodeNPETest * @run build MBeanInfoHashCodeNPETest * @run main MBeanInfoHashCodeNPETest */ public class MBeanInfoHashCodeNPETest { --- 33,43 ---- /* * @test * @bug 8023669 * @summary Test that hashCode()throws NullPointerException * @author Shanliang JIANG ! * * @run clean MBeanInfoHashCodeNPETest * @run build MBeanInfoHashCodeNPETest * @run main MBeanInfoHashCodeNPETest */ public class MBeanInfoHashCodeNPETest {
< prev index next >