[jboss-jira] [JBoss JIRA] (WFCORE-1859) Investigate and fix JDK9 modular params propagation to forked processes

Tomaz Cerar (JIRA) issues at jboss.org
Tue Mar 7 11:38:00 EST 2017


     [ https://issues.jboss.org/browse/WFCORE-1859?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Tomaz Cerar resolved WFCORE-1859.
---------------------------------
      Assignee: Tomaz Cerar  (was: Richard Opalka)
    Resolution: Done


solved by using diffrent style parameters without spaces.

for example
{noformat}
--add-exports java.base/sun.nio.ch=ALL-UNNAMED
--add-opens java.base/java.io=ALL-UNNAMED
{noformat}
becomes: 
{noformat}
--add-exports=java.base/sun.nio.ch=ALL-UNNAMED
--add-opens=java.base/java.io=ALL-UNNAMED
{noformat}

JDK supports both.

> Investigate and fix JDK9 modular params propagation to forked processes
> -----------------------------------------------------------------------
>
>                 Key: WFCORE-1859
>                 URL: https://issues.jboss.org/browse/WFCORE-1859
>             Project: WildFly Core
>          Issue Type: Sub-task
>          Components: Server, Test Suite
>            Reporter: Richard Opalka
>            Assignee: Tomaz Cerar
>            Priority: Blocker
>




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


More information about the jboss-jira mailing list