mirror of
https://github.com/openjdk/jdk.git
synced 2025-09-15 08:34:30 +02:00
8317376: Minor improvements to the 'this' escape analyzer
Reviewed-by: vromero
This commit is contained in:
parent
4895a15a77
commit
064628471b
20 changed files with 756 additions and 375 deletions
|
@ -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))
|
||||
|
||||
|
|
|
@ -25,8 +25,6 @@
|
|||
|
||||
include LauncherCommon.gmk
|
||||
|
||||
DISABLED_WARNINGS_java += this-escape
|
||||
|
||||
################################################################################
|
||||
## Build javap
|
||||
################################################################################
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue