# HG changeset patch # User dsamersoff # Date 1435052139 -10800 # Node ID c92a5c5863fcc9b44733e45eb05d1c17b4c4448c # Parent ce31ebbfa204659c37d33b2c51072a5da3b4fa85 8081576: serviceability/sa tests fail due to LingeredApp process fails to start Summary: Provide a API to corrctly terminate LingeredApp Reviewed-by: sspitsyn diff -r ce31ebbfa204 -r c92a5c5863fc jdk/test/sun/tools/jmap/heapconfig/TmtoolTestScenario.java --- a/jdk/test/sun/tools/jmap/heapconfig/TmtoolTestScenario.java Mon Jun 22 12:13:56 2015 +0200 +++ b/jdk/test/sun/tools/jmap/heapconfig/TmtoolTestScenario.java Tue Jun 23 12:35:39 2015 +0300 @@ -123,7 +123,7 @@ return toolProcess.exitValue(); } finally { - theApp.stopApp(); + LingeredApp.stopApp(theApp); } } catch (IOException | InterruptedException ex) { throw new RuntimeException("Test ERROR " + ex, ex);