hotspot/test/serviceability/dcmd/framework/HelpTest.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 diagnostic command help (tests all DCMD executors)
    34  * @summary Test of diagnostic command help (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 HelpTest
    38  * @run testng/othervm -XX:+UsePerfData HelpTest
    39  */
    39  */
    40 public class HelpTest {
    40 public class HelpTest {
    41     public void run(CommandExecutor executor) {
    41     public void run(CommandExecutor executor) {
    42         OutputAnalyzer output = executor.execute("help");
    42         OutputAnalyzer output = executor.execute("help");
    43 
    43