RFR 8189777: jlink --module-path default value and automatic addition of $JAVA_HOME/jmods if java.base is missing
Alan Bateman
Alan.Bateman at oracle.com
Mon Oct 23 14:33:06 UTC 2017
On 23/10/2017 11:37, Sundararajan Athijegannathan wrote:
> Updated for getDefaultModulePath. moduleFinder uses three instance
> fields - modulepaths, limitmods and modules. We may have to pass all
> to the static method...
Yes, if you want to avoid operating on a partly initialized
JlinkConfiguration.
The other alternative is to create the ModuleFinder before creating the
JlinkConfiguration, that might be clearer overall.
-Alan
More information about the jigsaw-dev
mailing list