8227578: Wrong JRE targets in Images.gmk after JDK-8219971

Reviewed-by: tbell
This commit is contained in:
Christoph Langer 2019-07-12 10:57:27 +02:00
parent 0518393598
commit cca67cab99

View File

@ -138,7 +138,7 @@ ifeq ($(BUILD_CDS_ARCHIVE), true)
-Xmx128M -Xms128M $(LOG_INFO), \
))
JDK_TARGETS += $(gen_cds_archive_jdk)
JRE_TARGETS += $(gen_cds_archive_jre)
endif
################################################################################