Description
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.