-
Bug
-
Resolution: Done
-
Major
-
None
-
None
Since JDK 8, the contract of java.lang.Process.destroy() has changed to no longer specify that the destroy must be forcible. A new destroyForcibly() method was added, so we should use that.