8227578: Wrong JRE targets in Images.gmk after JDK-8219971
authorclanger
Fri, 12 Jul 2019 10:57:27 +0200
changeset 55670 a87f5fdcd177
parent 55669 07e09cb9ed70
child 55671 d755f53becea
child 55694 7b7df2be6219
8227578: Wrong JRE targets in Images.gmk after JDK-8219971 Reviewed-by: tbell
make/Images.gmk
--- a/make/Images.gmk	Fri Jul 12 13:59:22 2019 +0800
+++ b/make/Images.gmk	Fri Jul 12 10:57:27 2019 +0200
@@ -138,7 +138,7 @@
           -Xmx128M -Xms128M $(LOG_INFO), \
   ))
 
-  JDK_TARGETS += $(gen_cds_archive_jdk)
+  JRE_TARGETS += $(gen_cds_archive_jre)
 endif
 
 ################################################################################