8304537: Ant-based langtools build fails after JDK-8015831 Add lint check for calling overridable methods from a constructor

Reviewed-by: vromero, erikj
This commit is contained in:
Jan Lahoda 2023-03-21 07:33:56 +00:00
parent a6b72f56f5
commit c4df9b5f17
6 changed files with 8 additions and 9 deletions

View file

@ -25,8 +25,6 @@
COPY += .txt
DISABLED_WARNINGS_java += this-escape
CLEAN_FILES += $(wildcard \
$(TOPDIR)/src/jdk.jdeps/share/classes/com/sun/tools/jdeps/resources/*.properties \
$(TOPDIR)/src/jdk.jdeps/share/classes/com/sun/tools/javap/resources/*.properties)