< prev index next >

test/jdk/com/sun/jdi/BadAgentPath.java

Print this page
rev 51638 : [mq]: 8210112

*** 19,40 **** * 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; /* @test * @bug 8147456 * @summary Check that providing a non-existing -agentpath gives a proper error. * @author Sharath Ballal * ! * @library /lib/testlibrary * @modules java.management - * @build jdk.testlibrary.* * @build BadAgentPath * @run driver BadAgentPath */ public class BadAgentPath { --- 19,38 ---- * 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; /* @test * @bug 8147456 * @summary Check that providing a non-existing -agentpath gives a proper error. * @author Sharath Ballal * ! * @library /test/lib * @modules java.management * @build BadAgentPath * @run driver BadAgentPath */ public class BadAgentPath {
< prev index next >