The proposal here is to: - Correct the man page description of the `--module-path` option, which incorrectly suggests using of the `JAVA_HOME` environment variable. The description should be aligned with the existing wording in `jlink --help`. - Expand the descriptions of the `--strip-debug` option in the man page and `jlink --list-plugins` to explain what kinds of Java and native debug information are removed from the output image. - Expand the description of the `--strip-java-debug-attributes` option in `jlink --list-plugins` to explain which debug attributes are removed from class files.
--------- - [x] I confirm that I make this contribution in accordance with the [OpenJDK Interim AI Policy](https://openjdk.org/legal/ai). ------------- Commit messages: - 8389321: Clarify jlink options Changes: https://git.openjdk.org/jdk/pull/32926/files Webrev: https://webrevs.openjdk.org/?repo=jdk&pr=32926&range=00 Issue: https://bugs.openjdk.org/browse/JDK-8389321 Stats: 43 lines in 2 files changed: 34 ins; 0 del; 9 mod Patch: https://git.openjdk.org/jdk/pull/32926.diff Fetch: git fetch https://git.openjdk.org/jdk.git pull/32926/head:pull/32926 PR: https://git.openjdk.org/jdk/pull/32926
