< prev index next >

test/javax/management/MBeanServer/ExceptionTest.java

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

*** 24,34 **** --- 24,36 ---- /* * @test * @bug 8058865 * @summary Checks that exceptions are correctly wired (compared to reference). * @author Olivier Lagneau + * * @modules java.management.rmi + * * @run main/othervm/timeout=300 -DDEBUG_STANDARD ExceptionTest */ import java.util.Map; import java.util.HashMap;
< prev index next >