6829575: 100028: Debug information is incomplete or missing
Enable debugging in many places Reviewed-by: ohair
This commit is contained in:
parent
21694f8b3f
commit
2b6dba6c95
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user