If no --module-path is specified, jlink should use $JAVA_HOME/jmods as the default value.
If --module-path is specified, but java.base module cannot be resolved from it, jlink should append $JAVA_HOME/jmods to the --module-path.
If --module-path is specified, but java.base module cannot be resolved from it, jlink should append $JAVA_HOME/jmods to the --module-path.
- relates to
-
JDK-8345259 Disallow ALL-MODULE-PATH without explicit --module-path
- Resolved
-
JDK-8225562 jlink --module-path behavior inconsistent with help/errors
- Resolved