jdk/test/sun/tools/jmap/heapconfig/TmtoolTestScenario.java
changeset 31460 c92a5c5863fc
parent 31454 4dba1183dc2f
equal deleted inserted replaced
31459:ce31ebbfa204 31460:c92a5c5863fc
   121 
   121 
   122                 toolProcess.waitFor();
   122                 toolProcess.waitFor();
   123 
   123 
   124                 return toolProcess.exitValue();
   124                 return toolProcess.exitValue();
   125             } finally {
   125             } finally {
   126                 theApp.stopApp();
   126                 LingeredApp.stopApp(theApp);
   127             }
   127             }
   128         } catch (IOException | InterruptedException ex) {
   128         } catch (IOException | InterruptedException ex) {
   129             throw new RuntimeException("Test ERROR " + ex, ex);
   129             throw new RuntimeException("Test ERROR " + ex, ex);
   130         }
   130         }
   131     }
   131     }