< prev index next >

test/jdk/sun/tools/jcmd/TestJcmdSanity.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.File; import java.io.IOException; import java.nio.file.Files; import java.nio.file.Path; --- 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.File; import java.io.IOException; import java.nio.file.Files; import java.nio.file.Path;
*** 38,51 **** * @test * @bug 7104647 7154822 * @summary Unit test for jcmd utility. The test will send different diagnostic * command requests to the current java process. * - * @library /lib/testlibrary * @library /test/lib * - * @build jdk.testlibrary.* * @run main/othervm -XX:+UsePerfData TestJcmdSanity */ public class TestJcmdSanity { private static final String TEST_SRC = System.getProperty("test.src").trim(); --- 38,49 ----
< prev index next >