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