RFR: 8349648: Test tools/jpackage/share/JLinkOptionsTest.java fails with --enable-linkable-runtime set after JDK-8346434

Christoph Langer clanger at openjdk.org
Fri Feb 7 13:17:33 UTC 2025


The change for JDK-8346434 added a new test case to tools/jpackage/share/JLinkOptionsTest.java which does not respect the constraint of the linkable runtime (JEP 493) that no jdk.jlink module can be part of the target image.
This can be circumvented by limiting the modules.

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

Commit messages:
 - JDK-8349648

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

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


More information about the core-libs-dev mailing list