< prev index next >

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

Print this page

        

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

@@ -366,7 +366,5 @@
             }
         }
     }
 
 }
-
-
< prev index next >