On Mon, 8 Nov 2021 12:41:01 GMT, Andrew Leonard <aleon...@openjdk.org> wrote:
>> Fixes: https://bugs.openjdk.java.net/browse/JDK-8276654 >> >> A intermittent problem with the make dependencies means the jdk.javadoc >> element-list-.txt generation can remove the src defined >> element|package-list-<7,8,9,10>.txt files. >> Recreatable by using --with-jobs=1 causing jdk.javadoc "gendata" to always >> occur after "java" module build dependency. >> >> Signed-off-by: Andrew Leonard <anleo...@redhat.com> > > Andrew Leonard has updated the pull request incrementally with one additional > commit since the last revision: > > 8276654: element-list order is non deterministic > > Signed-off-by: Andrew Leonard <anleo...@redhat.com> make/modules/jdk.javadoc/Gendata.gmk line 76: > 74: $(call LogInfo, Creating javadoc element lists) > 75: $(RM) $(ELEMENT_LISTS_DIR)/element-list-{$(call CommaList, \ > 76: $(call sequence,$(GENERATE_SYMBOLS_FROM_JDK_VERSION), \ Suggestion: $(call sequence, $(GENERATE_SYMBOLS_FROM_JDK_VERSION), \ Suggestion: $(call sequence,$(GENERATE_SYMBOLS_FROM_JDK_VERSION), \ ------------- PR: https://git.openjdk.java.net/jdk/pull/6278