test/hotspot/jtreg/serviceability/dcmd/framework/InvalidCommandTest.java
changeset 54460 6733a9176cce
parent 53707 67537bbafd7f
equal deleted inserted replaced
54459:e5713cefcf41 54460:6733a9176cce
    71     @Test
    71     @Test
    72     public void jmx() {
    72     public void jmx() {
    73         run(new JMXExecutor());
    73         run(new JMXExecutor());
    74     }
    74     }
    75 
    75 
    76     private static class Process extends TestJavaProcess {
    76     private static class Process extends process.TestJavaProcess {
    77     }
    77     }
    78 }
    78 }