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-
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
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
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
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
!
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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:
-
22 matches
Mail list logo