6829575: 100028: Debug information is incomplete or missing
Enable debugging in many places Reviewed-by: ohair
This commit is contained in:
parent
21694f8b3f
commit
27b2fa447a
@ -69,6 +69,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
|
||||
|
@ -98,6 +98,7 @@
|
||||
destdir="${build.classes.dir}"
|
||||
memoryInitialSize="${javac.memoryInitialSize}"
|
||||
memoryMaximumSize="${javac.memoryMaximumSize}"
|
||||
debug="${javac.debug}"
|
||||
target="${javac.target}"
|
||||
excludes="com/sun/tools/internal/txw2/**">
|
||||
<compilerarg value="-J-Xbootclasspath/p:${bootstrap.dir}/lib/javac.jar"/>
|
||||
|
Loading…
x
Reference in New Issue
Block a user