Variable information not available, source compiled without -g option

2013-02-13 Thread Alexander Scherbatiy
Hello, I built the OpenJDK from the hg.openjdk.java.net/jdk8/awt on windows 7. Debugging java code does not show JDK method arguments with message: "Variable information not available, source compiled without -g option" I see the warning in the config.log file but probably it relates

Re: Variable information not available, source compiled without -g option

2013-02-13 Thread Alexander Scherbatiy
I found that I did not use the --enable-debug option. I will try to rebuild my project. Thanks, Alexandr. On 2/13/2013 5:12 PM, Alexander Scherbatiy wrote: Hello, I built the OpenJDK from the hg.openjdk.java.net/jdk8/awt on windows 7. Debugging java code does not show JDK me

Re: build JDK 7 Windows 7: make jdk fails building sounds

2013-02-13 Thread Kelly O'Hair
FYI.. I filed a bug on this, it will be fixed. Apparently builds seemed to work without DXSDK used, so someone incorrectly assumed that the DXSDK dependency was no longer needed. A mistake. Getting the antique DirectX SDK is an issue of course, but -kto On Feb 12, 2013, at 5:09 PM, Phil Race w

Re: build JDK 7 Windows 7: make jdk fails building sounds

2013-02-13 Thread Kelly O'Hair
On Feb 13, 2013, at 8:00 AM, Kelly O'Hair wrote: > FYI.. > > I filed a bug on this, it will be fixed. Apparently builds seemed to work > without DXSDK used, so someone > incorrectly assumed that the DXSDK dependency was no longer needed. A mistake. > > Getting the antique DirectX SDK is an iss

Re: OpenJDK rebuilding on windows takes a long time

2013-02-13 Thread Kelly O'Hair
You are pointing at the fastdebug jdk as your boot jdk, why? The official boot jdk for jdk8 is jdk7u7 we cannot guarantee anything else will work, although it should, when tracking down issues like this, you need to narrow down all the possible differences. I have no idea at this time what the

Official Boot JDK [Was: OpenJDK rebuilding on windows takes a long time]

2013-02-13 Thread Andrew Haley
On 02/13/2013 04:45 PM, Kelly O'Hair wrote: > The official boot jdk for jdk8 is jdk7u7 we cannot guarantee anything else > will work, although it should, Y'know, even I didn't know that. I do now. :-) Andrew.

Re: Official Boot JDK [Was: OpenJDK rebuilding on windows takes a long time]

2013-02-13 Thread Kelly O'Hair
On Feb 13, 2013, at 9:08 AM, Andrew Haley wrote: > On 02/13/2013 04:45 PM, Kelly O'Hair wrote: >> The official boot jdk for jdk8 is jdk7u7 we cannot guarantee anything else >> will work, although it should, > > Y'know, even I didn't know that. I do now. :-) > > Andrew. > We moved to 7u7 so

RE: build JDK 7 Windows 7: make jdk fails building sounds

2013-02-13 Thread Randy Nielsen
The other big problem in the make IMO is that the on 64 bit Window systems Cygwin's current version (and recent versions) hang when building Hotspot. The only "fix" I found was installing an older version of Cygwin (1.6.9) from a Red Hat server: ftp://ftp.ges.redhat.com/private/releng/cygwin-1

Re: build JDK 7 Windows 7: make jdk fails building sounds

2013-02-13 Thread Kelly O'Hair
We have been successfully using CYGWIN 1.7.16 for a long time, literally on dozens and dozens of systems, Windows XP, 2003, 2008R2, 7, x86 and x64. I have no idea what 1.6 is. We do not recommend CYGWIN 1.5. So where does CYGWIN 1.6.9 come from? -kto On Feb 13, 2013, at 9:27 AM, Randy Nielsen w

Re: build JDK 7 Windows 7: make jdk fails building sounds

2013-02-13 Thread Volker Simonis
Kelly, are you absolutely sure you really mean "1.7.16" and not "1.7.6"? I think 1.7.16 is quite new so I wonder you are already using it "for a long time". Morover, as discussed in the previous thread (http://mail.openjdk.java.net/pipermail/build-dev/2013-February/thread.html#7936), I'm quite sur

Re: build JDK 7 Windows 7: make jdk fails building sounds

2013-02-13 Thread Kelly O'Hair
On Feb 13, 2013, at 10:09 AM, Volker Simonis wrote: > Kelly, are you absolutely sure you really mean "1.7.16" and not "1.7.6"? > I think 1.7.16 is quite new so I wonder you are already using it "for > a long time". Well, for at least 3 months, "long time" might be the wrong words, but solidly b

[7u] Request for approval for CR 8007450 - Add build support for different man pages for OpenJDK and OracleJDK

2013-02-13 Thread Tim Bell
Requesting approval for these changes in make/common/Release.gmk Adding a total of 8 lines in the open makefile. The OracleJDK pages will be placed in a closed part of the forest. Webrev: http://cr.openjdk.java.net/~erikj/8007450/webrev.jdk.02/ The review thread is here: http://mail.openjd