Re: sjavac in jdk 8 builds

2013-02-11 Thread Erik Joelsson
What David says is correct. We hope to enable it by default soon, but feel that it could use some hardening first. /Erik On 2013-02-11 23:42, David Katleman wrote: On 2/11/2013 1:56 PM, Vita Santrucek wrote: I see that sjavac was pushed in b75: but in our logs we seem to disable it: … checki

Re: sjavac in jdk 8 builds

2013-02-11 Thread David Katleman
On 2/11/2013 1:56 PM, Vita Santrucek wrote: I see that sjavac was pushed in b75: but in our logs we seem to disable it: … checking whether to use sjavac… no ... [3] DISABLE_SJAVAC:=true ... Why don't we use it when building JDK 8? It's not that we disable it, autoconf does that for any build

Re: Hang building JDK 7 Hotspot in Windows 7

2013-02-11 Thread Volker Simonis
On Sat, Feb 9, 2013 at 3:35 AM, Randy Nielsen wrote: > Fixed! > > One of our very capable Linux engineers, Suresh Rajashekarak, found a Cygwin > 1.6.9 mirror at redhat: ftp://ftp.ges.redhat.com/private/releng/cygwin-1.6/ > Setup is now called rhsetup.exe. > Actually he seems to be more than ve

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: RFR (S): 8007639: Workaround for ccache in vm.make is incorrect

2013-02-11 Thread Erik Joelsson
Looks good to me. /Erik On 2013-02-08 19:30, Mikael Vidstedt wrote: Please review the following change: Webrev: http://cr.openjdk.java.net/~mikael/webrevs/8007639/webrev.00/webrev Bug: http://bugs.sun.com/view_bug.do?bug_id=8007639 This change corrects the workaround that was introduced in