6829575: 100028: Debug information is incomplete or missing

Enable debugging in many places

Reviewed-by: ohair
This commit is contained in:
Andrew Haley 2009-04-17 15:56:31 +01:00 committed by Andrew Haley
parent 21694f8b3f
commit 2b6dba6c95

View File

@ -105,6 +105,14 @@ else
endif
endif
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)
# and the somewhat misnamed CLASS_VERSION (-target NN)
ifdef TARGET_CLASS_VERSION