< prev index next >

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

Print this page
rev 51731 : imported patch 8210732

*** 21,40 **** * questions. */ import jdk.test.lib.process.OutputAnalyzer; import jdk.test.lib.process.ProcessTools; ! import jdk.testlibrary.Utils; /* @test * @bug 6354345 * @summary Check that multiple -agentlib statements in command line fails * - * @library /lib/testlibrary * @library /test/lib * @modules java.management - * @build jdk.testlibrary.* * @build DoubleAgentTest Exit0 * @run driver DoubleAgentTest */ public class DoubleAgentTest { --- 21,38 ---- * questions. */ import jdk.test.lib.process.OutputAnalyzer; import jdk.test.lib.process.ProcessTools; ! import jdk.test.lib.Utils; /* @test * @bug 6354345 * @summary Check that multiple -agentlib statements in command line fails * * @library /test/lib * @modules java.management * @build DoubleAgentTest Exit0 * @run driver DoubleAgentTest */ public class DoubleAgentTest {
< prev index next >