Re: First build-infra push to jdk8 -- try out the new build system!

2012-04-21 Thread Henri Gomez
> Yes, please have a look here: > http://openjdk.java.net/projects/build-infra/guide.html > for detailed instructions. I took a look this afternoon. I'll experiment it soon. thanks

requirements for building on Mac?

2012-04-21 Thread Ray Kiddy
I am seeing differing statements about what is needed to build jdk7u-dev. Which is correct? The page at http://code.google.com/p/openjdk-osx-build/ says "Packages built on SnowLeopard (10.6) and tested on SnowLeopard (10.6) and Lion (10.7)." The page at https://wikis.oracle.com/display/OpenJDK

Re: First build-infra push to jdk8 -- try out the new build system!

2012-04-21 Thread Fredrik Öhrström
2012/4/21 Henri Gomez : > new build system is using autoconf ? Yes, please have a look here: http://openjdk.java.net/projects/build-infra/guide.html for detailed instructions. //Fredrik

Re: Is the use case of full OpenJDK followed by the jdk sub tree possible?

2012-04-21 Thread Martijn Verburg
Ignore this, I found an old thread with some advice that I'd forgotten to follow - M On 21 April 2012 15:27, Martijn Verburg wrote: > Hi all, > > For the javac bug warnings day I'm trying to set-up a VM which contains a > full clone of http://hg.openjdk.java.net/jdk8/tl (into > the ~/jdk8_tl di

Re: Incorrect bootstrap jdk in documentation

2012-04-21 Thread Martijn Verburg
Hi John, I'm not sure going forwards if the documentation is supposed to cover all OpenJDK forests (in terms of version numbers, that is, OpenJDK 7 and OpenJDK 8) or whether the documentation will diverge depending on what forest you're in. I've got a few doc patches I'm holding off on until we kn

Is the use case of full OpenJDK followed by the jdk sub tree possible?

2012-04-21 Thread Martijn Verburg
Hi all, For the javac bug warnings day I'm trying to set-up a VM which contains a full clone of http://hg.openjdk.java.net/jdk8/tl (into the ~/jdk8_tl directory). I'm then building the full OpenJDK with: LANG=C ALT_BOOTDIR=/opt/java/1.7.0_03 (an installation of Oracle's binary) The full build be

Re: First build-infra push to jdk8 -- try out the new build system!

2012-04-21 Thread Henri Gomez
new build system is using autoconf ? 2012/4/21 Fredrik Öhrström : > Ahem, it is well known that it builds on Mac but the resulting java > launcher does not run. > The LDFLAGS_JDKEXE is simply not correctly setup, a lot of important > flags are missing. > Why? Lack of time. :-) > > Anyone who has t

Re: First build-infra push to jdk8 -- try out the new build system!

2012-04-21 Thread Fredrik Öhrström
Ahem, it is well known that it builds on Mac but the resulting java launcher does not run. The LDFLAGS_JDKEXE is simply not correctly setup, a lot of important flags are missing. Why? Lack of time. :-) Anyone who has the time to fix the configure script? First build using the old makefiles, and lo

Re: First build-infra push to jdk8 -- try out the new build system!

2012-04-21 Thread Martijn Verburg
Hi Henri, I believe so yes, Fredrik does have a Mac after all ;-) Cheers, Martijn On 21 April 2012 12:34, Henri Gomez wrote: > New build system has been tested allready on OSX ? > > Le 21 avr. 2012 à 09:10, Fredrik Öhrström a écrit : > > > For the new build you have to explicitly choose relea

Re: First build-infra push to jdk8 -- try out the new build system!

2012-04-21 Thread Henri Gomez
New build system has been tested allready on OSX ? Le 21 avr. 2012 à 09:10, Fredrik Öhrström a écrit : > For the new build you have to explicitly choose release,fastdebug or > slowdebug. > (--with-debug-level=release,fastdebug or slowdebug) > So you do not need to turn off fastdebug, it default

Re: First build-infra push to jdk8 -- try out the new build system!

2012-04-21 Thread Mahesh Pujari
 > The file appears truncated so something went wrong creating it (or else  > one process was trying to write to it at the same time another process  > was trying to read?) The file graphKit.o existed but with a size of zero.  > Can you see where graphKit.cpp was compiled? Was there any error

Re: First build-infra push to jdk8 -- try out the new build system!

2012-04-21 Thread Mahesh Pujari
I used the new build system to build on windows and Linux (32 bit binary). On Windows, I was able to sucessfully build with out any issues (release only, haven't build with debug), and on Linux (3.3.0-4.fc16.i686) I was able to build clientAndServer release succesfully, but when I tried to build

Re: First build-infra push to jdk8 -- try out the new build system!

2012-04-21 Thread Mahesh Pujari
Its not the issue with the disk space, I am sure of that. Mahesh Pujari From: David Holmes To: Mahesh Pujari Cc: Magnus Ihse Bursie ; "[email protected]" ; "[email protected]" Sent: Tuesday, April 17, 2012 7:02 AM Subject: Re: First bui

Incorrect bootstrap jdk in documentation

2012-04-21 Thread John Oliver
I was building jdk8 and noticed that your documentation generally states that you need a jdk 1.6.0 as a bootstrap, in the following files: http://hg.openjdk.java.net/jdk8/build/raw-file/tip/README-builds.html http://hg.openjdk.java.net/jdk8/build/raw-file/tip/README When I tried to build using

Re: First build-infra push to jdk8 -- try out the new build system!

2012-04-21 Thread Fredrik Öhrström
For the new build you have to explicitly choose release,fastdebug or slowdebug. (--with-debug-level=release,fastdebug or slowdebug) So you do not need to turn off fastdebug, it defaults to release. As for the demos and samples. They compile so much faster that there is no point in turning them off