autoconf problem

2013-07-16 Thread Michael McMahon
Hi, Since my latest sync of jdk8/cpu (today) I can't run configure. I get the following error: $ bash ./configure Warning: The generated configure file contains changes not present in the custom generated file. Cannot locate autoconf, unable to correct situation. Please install autoconf and

Re: autoconf problem

2013-07-16 Thread Dmitry Samersoff
Michael, Try to get fresh workspace or at least run hg pull -u in the root directory. get_source.sh not always/doesn't update root folder. -Dmitry On 2013-07-16 16:20, Michael McMahon wrote: > Hi, > > Since my latest sync of jdk8/cpu (today) I can't run configure. I get > the following > error

Re: autoconf problem

2013-07-16 Thread Tim Bell
Hi Michael: Since my latest sync of jdk8/cpu (today) I can't run configure. I get the following error: Looks like your merge touched some of the .m4 files (common/autoconf/basics.m4 and common/autoconf/build-performance.m4 to name two): Our standard guidance when this happens is to do you

Re: autoconf problem

2013-07-16 Thread Volker Simonis
On Tue, Jul 16, 2013 at 3:02 PM, Tim Bell wrote: > Hi Michael: > > >> Since my latest sync of jdk8/cpu (today) I can't run configure. I get the >> following >> error: > > > Looks like your merge touched some of the .m4 files > (common/autoconf/basics.m4 and common/autoconf/build-performance.m4 to

Re: autoconf problem

2013-07-16 Thread Michael McMahon
On 16/07/13 14:42, Volker Simonis wrote: On Tue, Jul 16, 2013 at 3:02 PM, Tim Bell wrote: Hi Michael: Since my latest sync of jdk8/cpu (today) I can't run configure. I get the following error: Looks like your merge touched some of the .m4 files (common/autoconf/basics.m4 and common/autocon

Re: RFR: 8015759: hotspot changes needed to compile with Visual Studio 2012

2013-07-16 Thread Tim Bell
Hi Yumin: Thanks for looking at this. The patch works fine when using build.bat to build hotspot on Windows, there is one issue with create.bat, which will fail to create project file for VS2012. I tried to work this around to create a VS2010 project, see URL: http://javaweb.us.oracle.com/~

Re: RFR: 8015759: hotspot changes needed to compile with Visual Studio 2012

2013-07-16 Thread Yumin Qi
Filed: https://jbs.oracle.com/bugs/browse/JDK-8020622 Thanks Yumin On 7/16/2013 9:21 AM, Tim Bell wrote: Hi Yumin: Thanks for looking at this. The patch works fine when using build.bat to build hotspot on Windows, there is one issue with create.bat, which will fail to create project file for

hg: jdk8/build/hotspot: 33 new changesets

2013-07-16 Thread david . katleman
Changeset: ea4d24c1e0c6 Author:amurillo Date: 2013-07-04 14:56 -0700 URL: http://hg.openjdk.java.net/jdk8/build/hotspot/rev/ea4d24c1e0c6 8019934: new hotspot build - hs25-b41 Reviewed-by: jcoomes ! make/hotspot_version Changeset: f323bbb0e6c1 Author:coleenp Date: 2013-07-

hg: jdk8/build/jdk: 2 new changesets

2013-07-16 Thread david . katleman
Changeset: f83794805201 Author:mcimadamore Date: 2013-07-11 14:02 +0100 URL: http://hg.openjdk.java.net/jdk8/build/jdk/rev/f83794805201 8016281: The SAM method should be passed to the metafactory as a MethodType not a MethodHandle 8020010: Move lambda bridge creation from metafacto

hg: jdk8/build/langtools: 8016281: The SAM method should be passed to the metafactory as a MethodType not a MethodHandle; ...

2013-07-16 Thread david . katleman
Changeset: 39ec5d8a691b Author:mcimadamore Date: 2013-07-11 14:07 +0100 URL: http://hg.openjdk.java.net/jdk8/build/langtools/rev/39ec5d8a691b 8016281: The SAM method should be passed to the metafactory as a MethodType not a MethodHandle 8020010: Move lambda bridge creation from met

Fwd: Heads up: Integrating lambda-related changes into jdk8/jdk8

2013-07-16 Thread Jonathan Gibbons
Build folk, Is there a way we could put a file in each repo containing the ids of the minimum required changeset of other repos? It would then surely be a simple consistency check to verify that all the repos involved in a build meet the minimum level of functionality. -- Jon Ori