mirror of
https://github.com/openjdk/jdk.git
synced 2026-04-18 10:50:23 +00:00
8081576: serviceability/sa tests fail due to LingeredApp process fails to start
Provide a API to corrctly terminate LingeredApp Reviewed-by: sspitsyn
This commit is contained in:
parent
60c572a84a
commit
c55d90aeef
@ -123,7 +123,7 @@ public class TmtoolTestScenario {
|
||||
|
||||
return toolProcess.exitValue();
|
||||
} finally {
|
||||
theApp.stopApp();
|
||||
LingeredApp.stopApp(theApp);
|
||||
}
|
||||
} catch (IOException | InterruptedException ex) {
|
||||
throw new RuntimeException("Test ERROR " + ex, ex);
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user