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

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

author
aph
date
Mon, 20 Apr 2009 19:01:35 +0100
changeset 272
321854d9ab19
parent 271
4b72c2556789
child 273
f3d27f02683c

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:31 2009 +0100
     1.2 +++ b/make/Makefile	Mon Apr 20 19:01:35 2009 +0100
     1.3 @@ -108,9 +108,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