()
| 148 | } |
| 149 | |
| 150 | private static void fatalExit() { |
| 151 | subprocess.destroy(); |
| 152 | LogManager.shutdown(); |
| 153 | Runtime.getRuntime().halt(-1); |
| 154 | } |
| 155 | |
| 156 | private static void joinMonitors() throws InterruptedException { |
| 157 | for (var monitor : monitors) |