[
https://issues.apache.org/jira/browse/CXF-7056?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Freeman Fang updated CXF-7056:
------------------------------
Description:
since the java9 EA 132, the old style jvm options was dropped, only new style
is supported.
So the
{code}
-addmods ==>--add-modules
-XaddExports ==> --add-exports
-Xpatch ==> --patch-module
{code}
We need adjust our code accordingly
was:
since the java9 EA 132, the old style jvm options was dropped, only new style
is supported.
So the
-addmods ==>--add-modules
-XaddExports ==> --add-exports
-Xpatch ==> --patch-module
We need adjust our code accordingly
> use new JVM options with recent java9 kit
> -----------------------------------------
>
> Key: CXF-7056
> URL: https://issues.apache.org/jira/browse/CXF-7056
> Project: CXF
> Issue Type: Sub-task
> Reporter: Freeman Fang
> Assignee: Freeman Fang
>
> since the java9 EA 132, the old style jvm options was dropped, only new style
> is supported.
> So the
> {code}
> -addmods ==>--add-modules
> -XaddExports ==> --add-exports
> -Xpatch ==> --patch-module
> {code}
> We need adjust our code accordingly
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)