Re: disabling fastdebug

2011-11-10 Thread Henri Gomez
> I updated my build scripts so a regular production build is created: > >  https://gist.github.com/gists/243072 > > I put the following in as comments around line 200: > >  # include the following to enable a FASTDEBUG build: >  #    DEBUG_NAME=fastdebug >  # and remove the following: >  #   SKIP_

Re: disabling fastdebug

2011-11-10 Thread Stephen Bannasch
At 2:28 PM +0100 11/10/11, Charles Oliver Nutter wrote: >Ok, I think I figured out the problem. > >Stephen's build includes DEBUG_NAME and SKIP_FASTDEBUG_BUILD in the >default set of variables, around line 199 in update.sh. The problem >seems to be that if DEBUG_NAME is set to "fastdebug" that's th

Re: disabling fastdebug

2011-11-10 Thread Henri Gomez
I produced a DMG in release mode (built without fastdebug). It's available here : http://openjdk-osx-build.googlecode.com/files/OpenJDK-1.8-x86_64-b11-2010-release.dmg Cheers 2011/11/10 Henri Gomez : > Done the same. > > We'll see about build results. > > If

Re: disabling fastdebug

2011-11-10 Thread Henri Gomez
Done the same. We'll see about build results. If it works, I'll be able to produce packages with/without fastdebug. Le 10 nov. 2011 à 16:09, Charles Oliver Nutter a écrit : > I removed DEBUG_NAME completely...so it was not set to anything. > > On Thu, Nov 10, 2011 at 3:07 PM, Henri Gomez

Re: disabling fastdebug

2011-11-10 Thread Charles Oliver Nutter
I removed DEBUG_NAME completely...so it was not set to anything. On Thu, Nov 10, 2011 at 3:07 PM, Henri Gomez wrote: > And you didn't set DEBUG_NAME ? > > Le 10 nov. 2011 à 14:28, Charles Oliver Nutter a écrit : > >> Ok, I think I figured out the problem. >> >> Stephen's build includes DEBUG_NAM

Re: JAVA_HOME and OSX

2011-11-10 Thread Henri Gomez
Could someone include this patch in patchsets ? 2011/11/9 Henri Gomez : > Hi to all, > > I just seen a problem with OpenJDK 8 and OSX. > > java works when providing full path : > > mbp:workspace henri$ > /Library/Java/JavaVirtualMachines/openjdk-1.8-x86_64/Contents/Home/bin/java > -version > openj

Re: disabling fastdebug

2011-11-10 Thread Henri Gomez
And you didn't set DEBUG_NAME ? Le 10 nov. 2011 à 14:28, Charles Oliver Nutter a écrit : > Ok, I think I figured out the problem. > > Stephen's build includes DEBUG_NAME and SKIP_FASTDEBUG_BUILD in the > default set of variables, around line 199 in update.sh. The problem > seems to be that if D

Re: disabling fastdebug

2011-11-10 Thread Charles Oliver Nutter
Ok, I think I figured out the problem. Stephen's build includes DEBUG_NAME and SKIP_FASTDEBUG_BUILD in the default set of variables, around line 199 in update.sh. The problem seems to be that if DEBUG_NAME is set to "fastdebug" that's the target used to build the JDK. Setting the other flags doesn