hotspot/test/serviceability/dcmd/framework/InvalidCommandTest.java
changeset 28826 81fdc0e7d49e
parent 28821 f7820f311663
child 28942 7d690319db4a
equal deleted inserted replaced
28825:4557637e6f37 28826:81fdc0e7d49e
    33  * @test
    33  * @test
    34  * @summary Test of invalid diagnostic command (tests all DCMD executors)
    34  * @summary Test of invalid diagnostic command (tests all DCMD executors)
    35  * @library /testlibrary
    35  * @library /testlibrary
    36  * @build com.oracle.java.testlibrary.*
    36  * @build com.oracle.java.testlibrary.*
    37  * @build com.oracle.java.testlibrary.dcmd.*
    37  * @build com.oracle.java.testlibrary.dcmd.*
    38  * @run testng InvalidCommandTest
    38  * @run testng/othervm -XX:+UsePerfData InvalidCommandTest
    39  */
    39  */
    40 public class InvalidCommandTest {
    40 public class InvalidCommandTest {
    41 
    41 
    42     public void run(CommandExecutor executor) {
    42     public void run(CommandExecutor executor) {
    43         OutputAnalyzer output = executor.execute("asdf");
    43         OutputAnalyzer output = executor.execute("asdf");