< prev index next >

test/jdk/sun/management/jmxremote/bootstrap/JMXInterfaceBindingTest.java

Print this page
rev 51638 : [mq]: 8210112

*** 28,38 **** import java.util.ArrayList; import java.util.List; import java.util.stream.Collectors; import jdk.test.lib.thread.ProcessThread; ! import jdk.testlibrary.ProcessTools; /** * NOTE: * This test requires at least a setup similar to the following in * /etc/hosts file (or the windows equivalent). I.e. it expects it to --- 28,38 ---- import java.util.ArrayList; import java.util.List; import java.util.stream.Collectors; import jdk.test.lib.thread.ProcessThread; ! import jdk.test.lib.process.ProcessTools; /** * NOTE: * This test requires at least a setup similar to the following in * /etc/hosts file (or the windows equivalent). I.e. it expects it to
*** 46,60 **** * @test * @bug 6425769 * @summary Test JMX agent host address binding. Same ports but different * interfaces to bind to (using plain sockets and SSL sockets). * - * @library /lib/testlibrary * @library /test/lib * @modules java.management.rmi * ! * @build jdk.testlibrary.* JMXAgentInterfaceBinding * @run main/timeout=5 JMXInterfaceBindingTest */ public class JMXInterfaceBindingTest { public static final int COMMUNICATION_ERROR_EXIT_VAL = 1; --- 46,59 ---- * @test * @bug 6425769 * @summary Test JMX agent host address binding. Same ports but different * interfaces to bind to (using plain sockets and SSL sockets). * * @library /test/lib * @modules java.management.rmi * ! * @build JMXAgentInterfaceBinding * @run main/timeout=5 JMXInterfaceBindingTest */ public class JMXInterfaceBindingTest { public static final int COMMUNICATION_ERROR_EXIT_VAL = 1;
< prev index next >