6832141: Bug 100045 - Fix for 100028 breaks debug info for class files
authoraph
Mon, 20 Apr 2009 19:01:35 +0100
changeset 2849 5535b1718db1
parent 2848 98fc22703cbc
child 2850 307d7719ccb7
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>
langtools/make/Makefile
--- a/langtools/make/Makefile	Fri Apr 17 15:56:31 2009 +0100
+++ b/langtools/make/Makefile	Mon Apr 20 19:01:35 2009 +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)