< prev index next >

test/javax/management/MustBeValidMBeanInfo/MustBeValidCommand.java

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

*** 26,36 **** * @bug 4874819 * @summary Test that MBeanInfo classes no longer throw an * IllegalArgumentException when attribute names, operation names, and * Java type names do not strictly follow the expected Java syntax. * @author Daniel Fuchs ! * @modules java.management * @run clean MustBeValidCommand * @run build MustBeValidCommand * @run main MustBeValidCommand */ --- 26,36 ---- * @bug 4874819 * @summary Test that MBeanInfo classes no longer throw an * IllegalArgumentException when attribute names, operation names, and * Java type names do not strictly follow the expected Java syntax. * @author Daniel Fuchs ! * * @run clean MustBeValidCommand * @run build MustBeValidCommand * @run main MustBeValidCommand */
< prev index next >