Re: building part of jdk 8

2012-02-13 Thread Kelly O'Hair
On Feb 13, 2012, at 12:12 PM, Pete Brunet wrote: > On 2/13/12 1:35 PM, Kelly O'Hair wrote: >> Just a few comments below... >> >> On Feb 13, 2012, at 9:08 AM, Pete Brunet wrote: >> >>> This worked for me today for building just awt: >>> >>> This is in my bat file. The first two sets are what r

Re: building part of jdk 8

2012-02-13 Thread Pete Brunet
On 2/13/12 1:35 PM, Kelly O'Hair wrote: > Just a few comments below... > > On Feb 13, 2012, at 9:08 AM, Pete Brunet wrote: > >> This worked for me today for building just awt: >> >> This is in my bat file. The first two sets are what resolved my issue. >> set ALT_OUTPUTDIR=c:/OpenJDK/jdk8/build/wi

Re: building part of jdk 8

2012-02-13 Thread Kelly O'Hair
Just a few comments below... On Feb 13, 2012, at 9:08 AM, Pete Brunet wrote: > This worked for me today for building just awt: > > This is in my bat file. The first two sets are what resolved my issue. > set ALT_OUTPUTDIR=c:/OpenJDK/jdk8/build/windows-i586-fastdebug > set > ALT_JDK_IMPORT_PATH=

Re: Adding asm to JDK 8

2012-02-13 Thread Brian Goetz
Lambda was the proximate driving force. EE was also a contributor; as I mentioned earlier, Glassfish includes half a dozen versions of ASM, some of different vintages, because of how it is componentized. We can probably get rid of the extra repo once we can make it into a module. On 2/3/201

Re: Request for review: hotspot/jprt.properties [S]

2012-02-13 Thread Paul Hohensee
Looks good. Paul On 2/2/12 6:56 PM, Keith McGuigan wrote: Hello, Here's a webrev for changing the default JPRT release value for hotspot to jdk8. It can still be overridden by the -release jdk7 during JPRT submission. I also removed references to pre-7 releases and other unused value (jdk

Re: Is anyone able to build on Win 7

2012-02-13 Thread Fredrik Öhrström
2012-02-02 00:10, Kelly O'Hair skrev: > I don't know what the current state is. The CYGWIN community seemed pretty > adamant that they wanted > to stamp out all drive letter pathnames. As I understood it, it's not so much > the version of make.exe, but how > the make.exe was built. Some kind of '

Re: building part of jdk 8

2012-02-13 Thread Pete Brunet
On 1/23/12 9:39 AM, Pete Brunet wrote: > In the past I was able to build part of jdk 8 but that is not currently > working although I am able to do a full 32 bit build. I've recently > moved from XP to W7 so my environment might not be set up quite right > yet. Here's what I do... > > // These ar

Re: building part of jdk 8

2012-02-13 Thread Pete Brunet
This worked for me today for building just awt: This is in my bat file. The first two sets are what resolved my issue. set ALT_OUTPUTDIR=c:/OpenJDK/jdk8/build/windows-i586-fastdebug set ALT_JDK_IMPORT_PATH=c:/OpenJDK/jdk8/build/windows-i586-fastdebug/j2sdk-image set ALT_BOOTDIR=C:/Progra~1/Java/j