6832141: Bug 100045 - Fix for 100028 breaks debug info for class files
authoraph
Mon Apr 20 19:01:16 2009 +0100 (11 months ago)
changeset 67ab30d5761947
parent 66a92183572d99
child 6835c29ff8d904
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
--- a/make/Makefile Fri Apr 17 15:56:06 2009 +0100
+++ b/make/Makefile Mon Apr 20 19:01:16 2009 +0100
@@ -72,9 +72,6 @@ ifeq ($(DEBUG_CLASSFILES), true)
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)