On Tue, 17 Jun 2025 17:08:17 GMT, Ana Maria Mihalceanu <d...@openjdk.org> wrote:
>> Please review my PR. This PR includes the following: >> >> - [x] Fix a small typo in a word and copyright. >> - [x] Enhance description for `--target-platform`. >> - [x] Rearrange `jmod create` example from basic to complex. > > Ana Maria Mihalceanu has updated the pull request incrementally with one > additional commit since the last revision: > > Update commands and description according to review. src/jdk.jlink/share/man/jmod.md line 186: > 184: the format `<os>-<arch>`, where `<os>` is the operating system > 185: and `<arch>` is the hardware architecture. Example values include > 186: `linux-x64`, `windows-x64`, and `macos-aarch64`. The values for x64 are actually linux-amd64 and windows-amd64. ------------- PR Review Comment: https://git.openjdk.org/jdk/pull/25772#discussion_r2153806868