[jboss-jira] [JBoss JIRA] (WFCORE-2072) ManagedProcess destroy should use Process.destroyForcibly().

Brian Stansberry (JIRA) issues at jboss.org
Wed Nov 30 16:52:00 EST 2016


Brian Stansberry created WFCORE-2072:
----------------------------------------

             Summary: ManagedProcess destroy should use Process.destroyForcibly().
                 Key: WFCORE-2072
                 URL: https://issues.jboss.org/browse/WFCORE-2072
             Project: WildFly Core
          Issue Type: Bug
          Components: Domain Management
            Reporter: Brian Stansberry
            Assignee: Brian Stansberry


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.



--
This message was sent by Atlassian JIRA
(v7.2.3#72005)


More information about the jboss-jira mailing list