Re: OpenJDK rebuilding on windows takes a long time

2013-02-21 Thread Alexander Scherbatiy
On 2/21/2013 2:24 PM, Erik Joelsson wrote: If sjavac isn't working well for you, you could also try the workaround we put in place. Read section 5 in the user guide here: http://openjdk.java.net/projects/build-infra/guide.html I tried to use the filter make jdk-only JDK_FILTER="javax/swing

Re: OpenJDK rebuilding on windows takes a long time

2013-02-21 Thread Erik Joelsson
If sjavac isn't working well for you, you could also try the workaround we put in place. Read section 5 in the user guide here: http://openjdk.java.net/projects/build-infra/guide.html /Erik On 2013-02-21 10:31, Alexander Scherbatiy wrote: I have created the issue: 8008641 JDK 8 rebuilding

Re: OpenJDK rebuilding on windows takes a long time

2013-02-21 Thread Alexander Scherbatiy
I have created the issue: 8008641 JDK 8 rebuilding time regression on Windows Thanks, Alexandr. On 2/15/2013 7:18 PM, Alexander Scherbatiy wrote: On 2/13/2013 8:45 PM, Kelly O'Hair wrote: You are pointing at the fastdebug jdk as your boot jdk, why? The official boot jdk for jdk8 is j

Re: OpenJDK rebuilding on windows takes a long time

2013-02-15 Thread Alexander Scherbatiy
On 2/13/2013 8:45 PM, Kelly O'Hair wrote: You are pointing at the fastdebug jdk as your boot jdk, why? The official boot jdk for jdk8 is jdk7u7 we cannot guarantee anything else will work, although it should, when tracking down issues like this, you need to narrow down all the possible differe

Re: OpenJDK rebuilding on windows takes a long time

2013-02-15 Thread Dmitry Samersoff
Ioi, Approx the same task on 8GB CoreI5 laptop (Gentoo Linux, XFS, SSD drive), takes about a minute: real1m14.854s user1m43.881s sys 0m6.344s So the problem may reside in IO speed of the virtual environment. -Dmitry On 2013-02-15 06:04, Ioi Lam wrote: > On 02/14/2013 02:24 AM, Alex

Re: OpenJDK rebuilding on windows takes a long time

2013-02-14 Thread Fredrik Öhrström
2013/2/15 Ioi Lam : > Is there an option in the makefiles to compile ONLY the .java file that's > changed (assuming I know the changes won't affect other classes)? Yes, configure with --enable-sjavac. Then it will recompile exactly the java files you have touched. And if the public api of the pa

Re: OpenJDK rebuilding on windows takes a long time

2013-02-14 Thread Ioi Lam
On 02/14/2013 02:24 AM, Alexander Scherbatiy wrote: On 2/13/2013 8:45 PM, Kelly O'Hair wrote: You are pointing at the fastdebug jdk as your boot jdk, why? The official boot jdk for jdk8 is jdk7u7 we cannot guarantee anything else will work, although it should, when tracking down issues like th

Re: OpenJDK rebuilding on windows takes a long time

2013-02-14 Thread Kelly O'Hair
On Feb 14, 2013, at 2:24 AM, Alexander Scherbatiy wrote: > On 2/13/2013 8:45 PM, Kelly O'Hair wrote: >> You are pointing at the fastdebug jdk as your boot jdk, why? >> >> The official boot jdk for jdk8 is jdk7u7 we cannot guarantee anything else >> will work, although it should, >> when trackin

Re: OpenJDK rebuilding on windows takes a long time

2013-02-14 Thread Alexander Scherbatiy
On 2/13/2013 8:45 PM, Kelly O'Hair wrote: You are pointing at the fastdebug jdk as your boot jdk, why? The official boot jdk for jdk8 is jdk7u7 we cannot guarantee anything else will work, although it should, when tracking down issues like this, you need to narrow down all the possible differe

Re: Official Boot JDK [Was: OpenJDK rebuilding on windows takes a long time]

2013-02-13 Thread Kelly O'Hair
On Feb 13, 2013, at 9:08 AM, Andrew Haley wrote: > On 02/13/2013 04:45 PM, Kelly O'Hair wrote: >> The official boot jdk for jdk8 is jdk7u7 we cannot guarantee anything else >> will work, although it should, > > Y'know, even I didn't know that. I do now. :-) > > Andrew. > We moved to 7u7 so

Official Boot JDK [Was: OpenJDK rebuilding on windows takes a long time]

2013-02-13 Thread Andrew Haley
On 02/13/2013 04:45 PM, Kelly O'Hair wrote: > The official boot jdk for jdk8 is jdk7u7 we cannot guarantee anything else > will work, although it should, Y'know, even I didn't know that. I do now. :-) Andrew.

Re: OpenJDK rebuilding on windows takes a long time

2013-02-13 Thread Kelly O'Hair
You are pointing at the fastdebug jdk as your boot jdk, why? The official boot jdk for jdk8 is jdk7u7 we cannot guarantee anything else will work, although it should, when tracking down issues like this, you need to narrow down all the possible differences. I have no idea at this time what the

Re: OpenJDK rebuilding on windows takes a long time

2013-02-11 Thread Erik Joelsson
The long term solution to this is sjavac. I do not know if it has made it into that forest yet. You can try by adding --enable-sjavac to configure and do a clean build. If the build works, you have it, and incremental builds will be much faster. /Erik On 2013-02-11 12:22, Alexander Scherbatiy

Re: OpenJDK rebuilding on windows takes a long time

2013-02-11 Thread Alexander Scherbatiy
On 2/8/2013 6:46 PM, Erik Joelsson wrote: Ccache is not supported on windows since it doesn't work with visual studio AFAIK. What kind of change did you do? Was it in native code or java and in which repository? I use the http://hg.openjdk.java.net/jdk8/awt repository, edit java code and bu

Re: OpenJDK rebuilding on windows takes a long time

2013-02-08 Thread Erik Joelsson
Ccache is not supported on windows since it doesn't work with visual studio AFAIK. What kind of change did you do? Was it in native code or java and in which repository? /Erik On 2013-02-08 13:18, Alexander Scherbatiy wrote: Building one line change in OpenJDK on my Windows takes about f

OpenJDK rebuilding on windows takes a long time

2013-02-08 Thread Alexander Scherbatiy
Building one line change in OpenJDK on my Windows takes about from 4 to 7 minutes. I tried to install the ccache-3.1.9 but build process fails with error: - LINK : fatal error LNK1181: cannot open input file 'c:/Sun/OpenJDK/jdk8-awt/build/wind