Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8327850 | 22.0.2 | Johny Jose | P4 | Open | Unresolved | |
JDK-8327843 | 21.0.4 | Johny Jose | P4 | Open | Unresolved | |
JDK-8327842 | 17.0.12 | Johny Jose | P4 | Open | Unresolved |
the jlink doc as shown in https://docs.oracle.com/javase/9/tools/jlink.htm and https://docs.oracle.com/javase/10/tools/jlink.htm shows:
--add-modules mod [,mod...]
and
--limit-modules mod [,mod...]
with a space between "mod" and "[,mod..." which would make the command fail.
The output of jlink --help (at least in JDK 11) shows the correct values:
--add-modules <mod>[,<mod>...]
and
--limit-modules <mod>[,<mod>...]
with no spaces.
--add-modules mod [,mod...]
and
--limit-modules mod [,mod...]
with a space between "mod" and "[,mod..." which would make the command fail.
The output of jlink --help (at least in JDK 11) shows the correct values:
--add-modules <mod>[,<mod>...]
and
--limit-modules <mod>[,<mod>...]
with no spaces.
- backported by
-
JDK-8327842 Extra spaces in jlink documentation make it incorrect.
- Open
-
JDK-8327843 Extra spaces in jlink documentation make it incorrect.
- Open
-
JDK-8327850 Extra spaces in jlink documentation make it incorrect.
- Open
- links to
-
Commit(master) openjdk/jdk/0e555b5d
-
Review(master) openjdk/jdk/20292