Fwd: hg: jdk7/build/langtools: 6829575: 100028: Debug information is incomplete or missing
Andrew Haley
aph at redhat.com
Fri Apr 17 18:53:21 UTC 2009
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 here.
And here it is. Unless DEBUG_CLASSFILES is set in the environment,
this patch will have no effect.
OK to push? If so, I'll do that and modify the jdk6 patch accordingly.
Andrew.
--- old/jaxp/make/Makefile 2009-04-17 19:48:31.000000000 +0100
+++ new/jaxp/make/Makefile 2009-04-17 19:48:31.000000000 +0100
@@ -72,9 +72,6 @@
ifeq ($(DEBUG_CLASSFILES), true)
ANT_OPTIONS += -Djavac.debug=true
ANT_OPTIONS += -Djavac.debuglevel=source,lines,vars
-else
- ANT_OPTIONS += -Djavac.debug=false
- ANT_OPTIONS += -Djavac.debuglevel=
endif
# Note: jdk/make/common/Defs.gmk uses LANGUAGE_VERSION (-source NN)
--- old/jaxws/make/Makefile 2009-04-17 19:48:31.000000000 +0100
+++ new/jaxws/make/Makefile 2009-04-17 19:48:31.000000000 +0100
@@ -72,9 +72,6 @@
ifeq ($(DEBUG_CLASSFILES), true)
ANT_OPTIONS += -Djavac.debug=true
ANT_OPTIONS += -Djavac.debuglevel=source,lines,vars
-else
- ANT_OPTIONS += -Djavac.debug=false
- ANT_OPTIONS += -Djavac.debuglevel=
endif
# Note: jdk/make/common/Defs.gmk uses LANGUAGE_VERSION (-source NN)
--- old/langtools/make/Makefile 2009-04-17 19:48:32.000000000 +0100
+++ new/langtools/make/Makefile 2009-04-17 19:48:31.000000000 +0100
@@ -108,9 +108,6 @@
ifeq ($(DEBUG_CLASSFILES), true)
ANT_OPTIONS += -Djavac.debug=true
ANT_OPTIONS += -Djavac.debuglevel=source,lines,vars
-else
- ANT_OPTIONS += -Djavac.debug=false
- ANT_OPTIONS += -Djavac.debuglevel=
endif
# Note: jdk/make/common/Defs.gmk uses LANGUAGE_VERSION (-source NN)
More information about the build-dev
mailing list