()
| 154 | } |
| 155 | |
| 156 | private static void joinMonitors() throws InterruptedException { |
| 157 | for (var monitor : monitors) |
| 158 | monitor.stopAndJoin(); |
| 159 | monitors.clear(); |
| 160 | } |
| 161 | |
| 162 | private static void destroySubprocess() throws InterruptedException { |
| 163 | // run jstack |
no test coverage detected