Re: Too many java source files are recompiled when one changes.

2013-04-02 Thread Jonathan Gibbons
On 04/02/2013 09:12 AM, Andrew Hughes wrote: - Original Message - sh ./configure --enable-sjavac -- Jon On 03/26/2013 03:43 PM, Martin Buchholz wrote: If I modify an ordinary JDK source file (like StringBuilder.java), then all files are recompiled, even those that don't have any compi

Re: Too many java source files are recompiled when one changes.

2013-04-02 Thread Andrew Hughes
- Original Message - > sh ./configure --enable-sjavac > > -- Jon > > On 03/26/2013 03:43 PM, Martin Buchholz wrote: > > If I modify an ordinary JDK source file (like StringBuilder.java), then all > > files are recompiled, even those that don't have any compile-time > > dependency on Strin

Re: Too many java source files are recompiled when one changes.

2013-03-26 Thread Jonathan Gibbons
sh ./configure --enable-sjavac -- Jon On 03/26/2013 03:43 PM, Martin Buchholz wrote: If I modify an ordinary JDK source file (like StringBuilder.java), then all files are recompiled, even those that don't have any compile-time dependency on StringBuilder. ## Starting jdk Compiling 9412 files f

Too many java source files are recompiled when one changes.

2013-03-26 Thread Martin Buchholz
If I modify an ordinary JDK source file (like StringBuilder.java), then all files are recompiled, even those that don't have any compile-time dependency on StringBuilder. ## Starting jdk Compiling 9412 files for BUILD_JDK I'd like to see instead Compiling 103 files for BUILD_JDK