Re: RFR: JDK-8154430: Imported modules rebuilt on second run when nothing has changed

2016-04-18 Thread Tim Bell
On 04/18/16 07:43, Alan Bateman wrote: On 18/04/2016 10:08, Erik Joelsson wrote: When building a configuration with imported modules, the first incremental build will often rebuild all the imported modules module-info.java. This is caused by the recipe for copying the pre compiled imported c

Re: RFR: JDK-8154430: Imported modules rebuilt on second run when nothing has changed

2016-04-18 Thread Alan Bateman
On 18/04/2016 10:08, Erik Joelsson wrote: When building a configuration with imported modules, the first incremental build will often rebuild all the imported modules module-info.java. This is caused by the recipe for copying the pre compiled imported classes deleting the vardeps file for the

RFR: JDK-8154430: Imported modules rebuilt on second run when nothing has changed

2016-04-18 Thread Erik Joelsson
When building a configuration with imported modules, the first incremental build will often rebuild all the imported modules module-info.java. This is caused by the recipe for copying the pre compiled imported classes deleting the vardeps file for the compile target. This patch makes the delet