building problems about hotspot

2009-04-17 Thread lianshun Liu
Hello, I build hotspot under Cygwin+VS2008, the following are the environment variables I set: _ set PATH=C:\Progra~1\MSVC9\VC\bin;c:\cygwin\bin;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem set ANT_Home=C:/Progra~1/apache-ant-

hg: jdk7/build: 6829575: 100028: Debug information is incomplete or missing

2009-04-17 Thread aph
Changeset: a942ea653d97 Author:aph Date: 2009-04-17 15:37 +0100 URL: http://hg.openjdk.java.net/jdk7/build/rev/a942ea653d97 6829575: 100028: Debug information is incomplete or missing Summary: Enable debugging in many places Reviewed-by: ohair Contributed-by: Andrew Haley ! make/s

hg: jdk7/build/hotspot: 6829575: 100028: Debug information is incomplete or missing

2009-04-17 Thread aph
Changeset: 5d4dd2f5f6a1 Author:aph Date: 2009-04-17 15:50 +0100 URL: http://hg.openjdk.java.net/jdk7/build/hotspot/rev/5d4dd2f5f6a1 6829575: 100028: Debug information is incomplete or missing Summary: Enable debugging in many places Reviewed-by: ohair Contributed-by: Andrew Haley

hg: jdk7/build/jaxp: 6829575: 100028: Debug information is incomplete or missing

2009-04-17 Thread aph
Changeset: 19c316392d9e Author:aph Date: 2009-04-17 15:55 +0100 URL: http://hg.openjdk.java.net/jdk7/build/jaxp/rev/19c316392d9e 6829575: 100028: Debug information is incomplete or missing Summary: Enable debugging in many places Reviewed-by: ohair Contributed-by: Andrew Haley ! m

hg: jdk7/build/jaxws: 6829575: 100028: Debug information is incomplete or missing

2009-04-17 Thread aph
Changeset: a92183572d99 Author:aph Date: 2009-04-17 15:56 +0100 URL: http://hg.openjdk.java.net/jdk7/build/jaxws/rev/a92183572d99 6829575: 100028: Debug information is incomplete or missing Summary: Enable debugging in many places Reviewed-by: ohair Contributed-by: Andrew Haley !

hg: jdk7/build/jdk: 6829575: 100028: Debug information is incomplete or missing

2009-04-17 Thread aph
Changeset: 9ad7e6462145 Author:aph Date: 2009-04-17 15:56 +0100 URL: http://hg.openjdk.java.net/jdk7/build/jdk/rev/9ad7e6462145 6829575: 100028: Debug information is incomplete or missing Summary: Enable debugging in many places Reviewed-by: ohair Contributed-by: Andrew Haley ! ma

hg: jdk7/build/langtools: 6829575: 100028: Debug information is incomplete or missing

2009-04-17 Thread aph
Changeset: 4b72c2556789 Author:aph Date: 2009-04-17 15:56 +0100 URL: http://hg.openjdk.java.net/jdk7/build/langtools/rev/4b72c2556789 6829575: 100028: Debug information is incomplete or missing Summary: Enable debugging in many places Reviewed-by: ohair Contributed-by: Andrew Haley

Fwd: hg: jdk7/build/langtools: 6829575: 100028: Debug information is incomplete or missing

2009-04-17 Thread Jonathan Gibbons
Andrew, It's one thing to be enabling more debug information if you set flags, and/or making it more consistent, but I'm not happy with you removing debug information by default. At least from reading the changeset diff, it seems there is no way to get what was previously the default amo

Re: Fwd: hg: jdk7/build/langtools: 6829575: 100028: Debug information is incomplete or missing

2009-04-17 Thread Andrew Haley
Jonathan Gibbons wrote: > It's one thing to be enabling more debug information if you set flags, > and/or making it more consistent, but I'm not happy with you removing > debug information by default. At least from reading the changeset diff, > it seems there is no way to get what was previously

Re: Fwd: hg: jdk7/build/langtools: 6829575: 100028: Debug information is incomplete or missing

2009-04-17 Thread Kelly O'Hair
My fault. I reviewed this and it didn't dawn on me what this did until your email. Yes, the default production builds with javac should be source,lines. Sorry, I had native code on the brain and was thinking 'debug off' :^( -kto Jonathan Gibbons wrote: Andrew, It's one thing to be enabling mo

Re: Fwd: hg: jdk7/build/langtools: 6829575: 100028: Debug information is incomplete or missing

2009-04-17 Thread Andrew Haley
Kelly O'Hair wrote: > My fault. I reviewed this and it didn't dawn on me what this did > until your email. > > Yes, the default production builds with javac should be source,lines. > Sorry, I had native code on the brain and was thinking 'debug off' :^( How about if I do ifeq ($(DEBUG_CLASSFILES

Re: hg: jdk7/build/langtools: 6829575: 100028: Debug information is incomplete or missing

2009-04-17 Thread Jonathan Gibbons
On Apr 17, 2009, at 9:11 AM, Andrew Haley wrote: Jonathan Gibbons wrote: It's one thing to be enabling more debug information if you set flags, and/or making it more consistent, but I'm not happy with you removing debug information by default. At least from reading the changeset diff, it

Re: Fwd: hg: jdk7/build/langtools: 6829575: 100028: Debug information is incomplete or missing

2009-04-17 Thread Kelly O'Hair
Yes, I think you are right. Sorry, I think I sent you on this dead goose chase. :^( If this is in the jaxp and jaxws repositories, we need to fix those too. -kto Andrew Haley wrote: Kelly O'Hair wrote: My fault. I reviewed this and it didn't dawn on me what this did until your email. Yes, th

Re: hg: jdk7/build/langtools: 6829575: 100028: Debug information is incomplete or missing

2009-04-17 Thread Andrew Haley
Jonathan Gibbons wrote: > > On Apr 17, 2009, at 9:11 AM, Andrew Haley wrote: > >> Jonathan Gibbons wrote: >> >>> It's one thing to be enabling more debug information if you set flags, >>> and/or making it more consistent, but I'm not happy with you removing >>> debug information by default. At l

Re: Fwd: hg: jdk7/build/langtools: 6829575: 100028: Debug information is incomplete or missing

2009-04-17 Thread Andrew Haley
Kelly O'Hair wrote: > Yes, I think you are right. Sorry, I think I sent you on this dead goose > chase. :^( > > If this is in the jaxp and jaxws repositories, we need to fix those too. Alright. I'll test a new patch and submit it here. Part of the problem is, I think, that we took this discussi

Re: Fwd: hg: jdk7/build/langtools: 6829575: 100028: Debug information is incomplete or missing

2009-04-17 Thread Kelly O'Hair
Andrew Haley wrote: Kelly O'Hair wrote: Yes, I think you are right. Sorry, I think I sent you on this dead goose chase. :^( If this is in the jaxp and jaxws repositories, we need to fix those too. Alright. I'll test a new patch and submit it here. Part of the problem is, I think, that we

Re: hg: jdk7/build/langtools: 6829575: 100028: Debug information is incomplete or missing

2009-04-17 Thread Andrew Haley
Andrew Haley wrote: > Jonathan Gibbons wrote: >> On Apr 17, 2009, at 9:11 AM, Andrew Haley wrote: >> >>> Jonathan Gibbons wrote: >>> It's one thing to be enabling more debug information if you set flags, and/or making it more consistent, but I'm not happy with you removing debug info

Re: Fwd: hg: jdk7/build/langtools: 6829575: 100028: Debug information is incomplete or missing

2009-04-17 Thread Andrew Haley
Kelly O'Hair wrote: > > > Andrew Haley wrote: >> Kelly O'Hair wrote: >>> Yes, I think you are right. Sorry, I think I sent you on this dead goose >>> chase. :^( >>> >>> If this is in the jaxp and jaxws repositories, we need to fix those too. >> >> Alright. I'll test a new patch and submit it her

Re: Fwd: hg: jdk7/build/langtools: 6829575: 100028: Debug information is incomplete or missing

2009-04-17 Thread Andrew Haley
Andrew Haley wrote: > Kelly O'Hair wrote: >> >> Andrew Haley wrote: >>> Kelly O'Hair wrote: Yes, I think you are right. Sorry, I think I sent you on this dead goose chase. :^( If this is in the jaxp and jaxws repositories, we need to fix those too. >>> Alright. I'll test a new

Re: New project: getting rid of IcedTea local patches

2009-04-17 Thread Martin Buchholz
On Thu, Apr 9, 2009 at 06:14, Andrew Haley wrote: > Andrew Haley wrote: >> We at Red Hat have noticed that the list of IcedTea local patches has >> been getting large, with some local patches that should have been >> pushed upstream.  Also, some IcedTea patches have been committed to >> OpenJDK 7

Re: hg: jdk7/build/langtools: 6829575: 100028: Debug information is incomplete or missing

2009-04-17 Thread Jonathan Gibbons
Andrew Haley wrote: Andrew Haley wrote: Jonathan Gibbons wrote: On Apr 17, 2009, at 9:11 AM, Andrew Haley wrote: Jonathan Gibbons wrote: It's one thing to be enabling more debug information if you set flags, and/or making it more consistent, but I'm not happy with yo

c++ interpreter on Windows

2009-04-17 Thread lianshun Liu
Hi, Recently I am doing some experiment with the c++ interpreter. I bulid hotspot on Windows 32-bit, use VS2008 as the compiler. Before starting to make, I add "/D CC_INTERP" to CPP_FLAGS which locates at hotspot\make\windows\makefiles\compile.make. After setting the environment as follows: -