8361306: jdk.compiler-gendata needs to depend on java.base-launchers

Reviewed-by: shade
This commit is contained in:
Magnus Ihse Bursie 2025-07-04 12:19:24 +00:00
parent 56ebb8c1b9
commit fba74f796e

View File

@ -1014,7 +1014,7 @@ else
else ifeq ($(EXTERNAL_BUILDJDK), false)
# When not cross compiling, the BUILD_JDK is the interim jdk image, and
# the javac launcher is needed.
jdk.compiler-gendata: jdk.compiler-launchers
jdk.compiler-gendata: jdk.compiler-launchers java.base-launchers
jdk.javadoc-gendata: jdk.compiler-launchers
endif