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

@ -26,8 +26,6 @@
include GensrcCommon.gmk
include GensrcProperties.gmk
DISABLED_WARNINGS_java += this-escape
$(eval $(call SetupVersionProperties, JAVAP_VERSION, \
com/sun/tools/javap/resources/version.properties))

View file

@ -25,8 +25,6 @@
include LauncherCommon.gmk
DISABLED_WARNINGS_java += this-escape
################################################################################
## Build javap
################################################################################