Re: RFR: JDK-8170077 Properly parallelize javadoc generation

2016-11-22 Thread Erik Joelsson
Looks good to me. /Erik On 2016-11-21 10:25, Magnus Ihse Bursie wrote: The current javadoc generation first creates the coredocs Javadoc, and after that all the remaining javadoc instances. This dependency is not really needed, all that is required is that the remaining javadoc instances ge

RFR: JDK-8170077 Properly parallelize javadoc generation

2016-11-21 Thread Magnus Ihse Bursie
The current javadoc generation first creates the coredocs Javadoc, and after that all the remaining javadoc instances. This dependency is not really needed, all that is required is that the remaining javadoc instances gets a proper pointer to a package-list file for coredocs. Fixing that will