8268272: Remove JDK-8264874 changes because Graal was removed.

Reviewed-by: erikj
This commit is contained in:
Vladimir Kozlov 2021-06-04 20:10:59 +00:00
parent 20b631278c
commit 48dc72b74d

View File

@ -92,11 +92,8 @@ $(eval $(call SetupTarget, buildtools-modules, \
MAKEFILE := CompileModuleTools, \
))
# interim-langtools is needed by hotspot only when $(INCLUDE_GRAAL) is true
GRAAL_INTERIM_LANGTOOLS_true = interim-langtools
$(eval $(call SetupTarget, buildtools-hotspot, \
MAKEFILE := CompileToolsHotspot, \
DEPS := $(GRAAL_INTERIM_LANGTOOLS_$(INCLUDE_GRAAL)), \
))
################################################################################