6832141: Bug 100045 - Fix for 100028 breaks debug info for class files

Mon, 20 Apr 2009 19:01:16 +0100

author
aph
date
Mon, 20 Apr 2009 19:01:16 +0100
changeset 55
ab30d5761947
parent 54
a92183572d99
child 56
35c29ff8d904

6832141: Bug 100045 - Fix for 100028 breaks debug info for class files
Summary: Correct fallout from 100028 patch
Reviewed-by: ohair
Contributed-by: Andrew Haley <aph@redhat.com>

make/Makefile file | annotate | diff | comparison | revisions
     1.1 --- a/make/Makefile	Fri Apr 17 15:56:06 2009 +0100
     1.2 +++ b/make/Makefile	Mon Apr 20 19:01:16 2009 +0100
     1.3 @@ -72,9 +72,6 @@
     1.4  ifeq ($(DEBUG_CLASSFILES), true)
     1.5    ANT_OPTIONS += -Djavac.debug=true
     1.6    ANT_OPTIONS += -Djavac.debuglevel=source,lines,vars
     1.7 -else
     1.8 -  ANT_OPTIONS += -Djavac.debug=false
     1.9 -  ANT_OPTIONS += -Djavac.debuglevel=
    1.10  endif
    1.11  
    1.12  # Note: jdk/make/common/Defs.gmk uses LANGUAGE_VERSION (-source NN)

mercurial