< prev index next >

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

Print this page
rev 51638 : [mq]: 8210112

*** 19,30 **** * Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA * or visit www.oracle.com if you need additional information or have any * questions. */ ! import jdk.testlibrary.OutputAnalyzer; ! import jdk.testlibrary.ProcessTools; import jdk.testlibrary.Utils; import java.io.BufferedReader; import java.io.BufferedWriter; import java.io.IOException; --- 19,30 ---- * Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA * or visit www.oracle.com if you need additional information or have any * questions. */ ! import jdk.test.lib.process.OutputAnalyzer; ! import jdk.test.lib.process.ProcessTools; import jdk.testlibrary.Utils; import java.io.BufferedReader; import java.io.BufferedWriter; import java.io.IOException;
*** 42,51 **** --- 42,52 ---- * @bug 6228231 * @summary Test that RMI registry uses SSL. * @author Luis-Miguel Alventosa, Taras Ledkov * * @library /lib/testlibrary + * @library /test/lib * * @build jdk.testlibrary.* RmiRegistrySslTestApp * @run main/timeout=300 RmiRegistrySslTest */ public class RmiRegistrySslTest {
< prev index next >