RFR: 8352692: Add support for extra jlink options

Severin Gehwolf sgehwolf at openjdk.org
Mon Mar 24 10:42:26 UTC 2025


Please review this simple change to allow for extra `jlink` flags to be passed to the JDK build by `configure`. The bug describes use-cases where this would be needed.

Testing:
- [ ] GHA (currently running)
- [x] Manual tests with a fix for [JDK-8352689](https://bugs.openjdk.org/browse/JDK-8352689) together with a `jlink` arg file.

Thoughts?

-------------

Commit messages:
 - 8352692: Add support for extra jlink options

Changes: https://git.openjdk.org/jdk/pull/24188/files
  Webrev: https://webrevs.openjdk.org/?repo=jdk&pr=24188&range=00
  Issue: https://bugs.openjdk.org/browse/JDK-8352692
  Stats: 15 lines in 3 files changed: 15 ins; 0 del; 0 mod
  Patch: https://git.openjdk.org/jdk/pull/24188.diff
  Fetch: git fetch https://git.openjdk.org/jdk.git pull/24188/head:pull/24188

PR: https://git.openjdk.org/jdk/pull/24188


More information about the build-dev mailing list