8245070: 32-bit builds are broken after JDK-8242524

Reviewed-by: erikj, ihse
This commit is contained in:
Yumin Qi 2020-05-18 09:28:06 -07:00
parent 60728a487c
commit 02293daa64

View File

@ -147,6 +147,7 @@ ifeq ($(BUILD_CDS_ARCHIVE), true)
JRE_TARGETS += $(gen_cds_archive_jre)
ifeq ($(call isTargetCpuBits, 64), true)
$(eval $(call SetupExecute, gen_cds_nocoops_archive_jdk, \
WARN := Creating CDS-NOCOOPS archive for jdk image, \
DEPS := $(jlink_jdk), \
@ -172,6 +173,8 @@ ifeq ($(BUILD_CDS_ARCHIVE), true)
))
JRE_TARGETS += $(gen_cds_nocoops_archive_jre)
endif
endif
################################################################################