8317376: Minor improvements to the 'this' escape analyzer

Reviewed-by: vromero
This commit is contained in:
Archie Cobbs 2024-04-17 17:35:17 +00:00 committed by Vicente Romero
parent 4895a15a77
commit 064628471b
20 changed files with 756 additions and 375 deletions

View file

@ -56,7 +56,7 @@ $(eval $(call SetupJavaCompilation, COMPILE_CREATE_SYMBOLS, \
$(TOPDIR)/src/jdk.jdeps/share/classes, \
INCLUDES := build/tools/symbolgenerator com/sun/tools/classfile, \
BIN := $(BUILDTOOLS_OUTPUTDIR)/create_symbols_javadoc, \
DISABLED_WARNINGS := options this-escape, \
DISABLED_WARNINGS := options, \
JAVAC_FLAGS := \
$(INTERIM_LANGTOOLS_ARGS) \
$(COMPILECREATESYMBOLS_ADD_EXPORTS), \