< prev index next >

test/javax/management/MBeanServer/MBeanExceptionTest.java

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

*** 26,37 **** * @bug 5035217 6766173 * @summary Test that MBean's RuntimeException is wrapped in * RuntimeMBeanException and (for Standard MBeans) that checked exceptions * are wrapped in MBeanException * @author Eamonn McManus ! * @modules java.management ! * @compile MBeanExceptionTest.java * @run main MBeanExceptionTest */ import java.util.Collections; import java.util.Set; --- 26,36 ---- * @bug 5035217 6766173 * @summary Test that MBean's RuntimeException is wrapped in * RuntimeMBeanException and (for Standard MBeans) that checked exceptions * are wrapped in MBeanException * @author Eamonn McManus ! * * @run main MBeanExceptionTest */ import java.util.Collections; import java.util.Set;
< prev index next >