> 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.
> This fix puts a dependency of jdk.javadoc-java on jdk.javadoc-gendata to 
> avoid this.
> 
> Signed-off-by: Andrew Leonard <anleo...@redhat.com>

Andrew Leonard has refreshed the contents of this pull request, and previous 
commits have been removed. The incremental views will show differences compared 
to the previous content of the PR. The pull request contains one new commit 
since the last revision:

  8276654: element-list order is non deterministic
  
  Signed-off-by: Andrew Leonard <anleo...@redhat.com>

-------------

Changes:
  - all: https://git.openjdk.java.net/jdk/pull/6278/files
  - new: https://git.openjdk.java.net/jdk/pull/6278/files/014534cf..9d7b338c

Webrevs:
 - full: https://webrevs.openjdk.java.net/?repo=jdk&pr=6278&range=02
 - incr: https://webrevs.openjdk.java.net/?repo=jdk&pr=6278&range=01-02

  Stats: 2 lines in 1 file changed: 1 ins; 0 del; 1 mod
  Patch: https://git.openjdk.java.net/jdk/pull/6278.diff
  Fetch: git fetch https://git.openjdk.java.net/jdk pull/6278/head:pull/6278

PR: https://git.openjdk.java.net/jdk/pull/6278

Reply via email to