< prev index next >

jdk/test/javax/management/MBeanServer/ExceptionTest.java

Print this page

        

*** 24,34 **** /* * @test * @bug 8058865 * @summary Checks that exceptions are correctly wired (compared to reference). * @author Olivier Lagneau ! * @modules java.management * @run main/othervm/timeout=300 -DDEBUG_STANDARD ExceptionTest */ import java.util.Map; import java.util.HashMap; --- 24,34 ---- /* * @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;
*** 366,372 **** } } } } - - --- 366,370 ----
< prev index next >