< prev index next >

test/javax/management/remote/mandatory/connection/DaemonRMIExporterTest.java

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

*** 26,36 **** * @test * @bug 6760712 * @summary test the connector server option that causes it not to prevent the * VM from exiting * @author Shanliang JIANG, Eamonn McManus ! * @modules java.management.rmi * @run main/othervm DaemonRMIExporterTest */ import java.util.Arrays; import java.util.Collections; import java.util.HashSet; --- 26,36 ---- * @test * @bug 6760712 * @summary test the connector server option that causes it not to prevent the * VM from exiting * @author Shanliang JIANG, Eamonn McManus ! * * @run main/othervm DaemonRMIExporterTest */ import java.util.Arrays; import java.util.Collections; import java.util.HashSet;
< prev index next >