RFR: 8347501: Make static-launcher fails after JDK-8346669

Magnus Ihse Bursie ihse at openjdk.org
Tue Jan 14 10:23:53 UTC 2025


Unfortunately, in [JDK-8346669](https://bugs.openjdk.org/browse/JDK-8346669) the `LIBS` argument to `SetupBuildLauncher` that was passed on to the underlying `SetupJdkExecutable` was removed, even though it was still used for the static launcher. This causes the build of the static launcher to break.

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

Commit messages:
 - 8347501: Make static-launcher fails after JDK-8346669

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

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


More information about the build-dev mailing list