[
https://issues.apache.org/jira/browse/DAEMON-374?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Rashmi Ranjan Mohanty updated DAEMON-374:
-----------------------------------------
Attachment: java9.patch
Attaching patch for adding java 9 options to jsvc. Options added are
--add-modules
--module-path
--upgrade-module-path
--add-reads
--add-exports
--add-opens
--limit-modules
--patch-module
--illegal-access
Feel free to suggest/change help descriptions for the above options.
The patch also contains the change to search java 9 libjvm library location.
libjvm location is changed in java 9 compared to previous versions.
> Add support for Java 9 command-line arguments
> ---------------------------------------------
>
> Key: DAEMON-374
> URL: https://issues.apache.org/jira/browse/DAEMON-374
> Project: Commons Daemon
> Issue Type: Bug
> Components: Jsvc
> Affects Versions: 1.0.15
> Reporter: Evgenij Ryazanov
> Attachments: java9.patch
>
>
> Add support for new command-line arguments
> --add-modules
> --add-exports
> --add-opens
> --patch-module
> and others.
> For example, Apache Tomcat cannot clean memory buffers without
> --add-exports java.base/jdk.internal.ref=ALL-UNNAMED
> and assorted additional parameters are required for some existing web
> applications.
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)