On Wed, 24 Aug 2022 10:26:36 GMT, Magnus Ihse Bursie <i...@openjdk.org> wrote:
>> Ioi Lam has updated the pull request incrementally with one additional >> commit since the last revision: >> >> @shipilev review comments > > make/Images.gmk line 141: > >> 139: >> 140: $$(eval $$(call SetupExecute, $1_$2_gen_cds_archive_jdk, \ >> 141: WARN := Creating CDS$$($1_$2_DUMP_TYPE) archive for jdk image for >> $1: $$($1_$2_CDS_DUMP_FLAGS), \ > > The actual flags is too much detail to put on the highest (badly named) WARN > level. Instead introduce an additional INFO output, something like this: > > INFO := Using CDS flags for $1: $$($1_$2_CDS_DUMP_FLAGS), \ I've changed it as you suggested. ------------- PR: https://git.openjdk.org/jdk/pull/9984