Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8084375 | emb-9 | Jaroslav BachorĂk | P2 | Resolved | Fixed | team |
ProcessTools.startProcess() is a utility method in testlibrary. It can be invoked with a line predicate and a timeout such that it should wait for a specific line of output (according to the line predicate) from the started process before returning the Process object. If the specified timeout is reached before the line predicate is satisfied an Exception is thrown without first terminating the process, leaving no way to terminate it if it doesn't terminate on itself.
- backported by
-
JDK-8084375 ProcessTools.startProcess() might leak processes
-
- Resolved
-