Re: Compiling 10459 java files when 1 is all that is needed.

2013-05-20 Thread Tim Bell
Phil: That should make it faster but does it fix what seems like non-existent dependency analysis in the build ? sjavac will be the tool providing that accurate dependency analysis. It is perfectly positioned to understand what needs to be done. Tim -phil. On 5/20/2013 1:07 PM, Jonathan

Re: Compiling 10459 java files when 1 is all that is needed.

2013-05-20 Thread Jonathan Gibbons
On 05/20/2013 01:26 PM, Phil Race wrote: Jon, That should make it faster but does it fix what seems like non-existent dependency analysis in the build ? -phil. On 5/20/2013 1:07 PM, Jonathan Gibbons wrote: On 05/20/2013 01:04 PM, Phil Race wrote: I am getting very frustrated trying to do som

Re: Compiling 10459 java files when 1 is all that is needed.

2013-05-20 Thread Phil Race
That helps a *lot* ! Only 84 files being compiled for my case. -phil. On 5/20/2013 2:44 PM, Sergey Bylokhov wrote: Hi, Phil. You can try to use filter option: For example: make JDK_FILTER=sun/java2d/loops On 21.05.2013 0:04, Phil Race wrote: I am getting very frustrated trying to do some simp

Re: Compiling 10459 java files when 1 is all that is needed.

2013-05-20 Thread Sergey Bylokhov
Hi, Phil. You can try to use filter option: For example: make JDK_FILTER=sun/java2d/loops On 21.05.2013 0:04, Phil Race wrote: I am getting very frustrated trying to do some simple work on my Mac using JDK 8. I touch *one* .java source file and I have to wait > 4 minutes for the build system whi

Re: Compiling 10459 java files when 1 is all that is needed.

2013-05-20 Thread Phil Race
Jon, That should make it faster but does it fix what seems like non-existent dependency analysis in the build ? -phil. On 5/20/2013 1:07 PM, Jonathan Gibbons wrote: On 05/20/2013 01:04 PM, Phil Race wrote: I am getting very frustrated trying to do some simple work on my Mac using JDK 8. I tou

Re: Compiling 10459 java files when 1 is all that is needed.

2013-05-20 Thread Jonathan Gibbons
On 05/20/2013 01:04 PM, Phil Race wrote: I am getting very frustrated trying to do some simple work on my Mac using JDK 8. I touch *one* .java source file and I have to wait > 4 minutes for the build system which goes off and compiles everything. I have an SSD and i7 chip so I don't want to imagi

Compiling 10459 java files when 1 is all that is needed.

2013-05-20 Thread Phil Race
I am getting very frustrated trying to do some simple work on my Mac using JDK 8. I touch *one* .java source file and I have to wait > 4 minutes for the build system which goes off and compiles everything. I have an SSD and i7 chip so I don't want to imagine what it would be like on a slower syste