< prev index next >

test/jdk/sun/tools/jcmd/TestJcmdDefaults.java

Print this page
rev 51789 : [mq]: asserts

*** 19,29 **** * 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 static jdk.testlibrary.Asserts.*; import java.io.IOException; import java.nio.file.Files; import java.nio.file.Path; import java.nio.file.Paths; --- 19,29 ---- * 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 static jdk.test.lib.Asserts.*; import java.io.IOException; import java.nio.file.Files; import java.nio.file.Path; import java.nio.file.Paths;
*** 36,49 **** * @test * @bug 7104647 * @summary Unit test for jcmd utility. Tests jcmd options which do not send * requests to a specific JVM process. * - * @library /lib/testlibrary * @library /test/lib * - * @build jdk.testlibrary.* * @run main TestJcmdDefaults */ public class TestJcmdDefaults { private static final String TEST_SRC = System.getProperty("test.src").trim(); --- 36,47 ----
< prev index next >