RFR: 8350774: Generated test-<testname> targets broken after JDK-8348998
Magnus Ihse Bursie
ihse at openjdk.org
Wed Apr 2 20:29:08 UTC 2025
Unfortunately, JDK-8348998 broke the generation of the "test-<testname>" group of targets.
Or, rather, it breaks the first time you run it in a new configuration. The problem is that we need to populate the find-test.gmk cache before creating main-targets.gmk, and this was not done.
-------------
Commit messages:
- 8350774: Generated test-<testname> targets broken after JDK-8348998
Changes: https://git.openjdk.org/jdk/pull/24391/files
Webrev: https://webrevs.openjdk.org/?repo=jdk&pr=24391&range=00
Issue: https://bugs.openjdk.org/browse/JDK-8350774
Stats: 7 lines in 4 files changed: 3 ins; 2 del; 2 mod
Patch: https://git.openjdk.org/jdk/pull/24391.diff
Fetch: git fetch https://git.openjdk.org/jdk.git pull/24391/head:pull/24391
PR: https://git.openjdk.org/jdk/pull/24391
More information about the build-dev
mailing list