From 32dd1eef8859231bfb298a7b86f808d8188aec69 Mon Sep 17 00:00:00 2001 From: Joe Darcy Date: Wed, 8 Jun 2022 01:59:50 +0000 Subject: [PATCH] 8287967: Update golden test files after JDK-8287886 Reviewed-by: dholmes --- test/langtools/tools/javac/processing/warnings/au_8.out | 4 ++-- test/langtools/tools/javac/processing/warnings/au_current.out | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/test/langtools/tools/javac/processing/warnings/au_8.out b/test/langtools/tools/javac/processing/warnings/au_8.out index 2b0a04434a6..01fb25ddc56 100644 --- a/test/langtools/tools/javac/processing/warnings/au_8.out +++ b/test/langtools/tools/javac/processing/warnings/au_8.out @@ -1,4 +1,4 @@ -- compiler.warn.proc.messager: Duplicate annotation type ``Baz'' for processor TestRepeatedSupportedItems in its @SupportedAnnotationTypesannotation. -- compiler.warn.proc.messager: Duplicate annotation type ``Baz'' for processor TestRepeatedSupportedItems in its @SupportedAnnotationTypesannotation. +- compiler.warn.proc.messager: Duplicate annotation interface ``Baz'' for processor TestRepeatedSupportedItems in its @SupportedAnnotationTypesannotation. +- compiler.warn.proc.messager: Duplicate annotation interface ``Baz'' for processor TestRepeatedSupportedItems in its @SupportedAnnotationTypesannotation. - compiler.warn.proc.messager: Duplicate option value ``Foo'' for processor TestRepeatedSupportedItems in its @SupportedOptionsannotation. 3 warnings diff --git a/test/langtools/tools/javac/processing/warnings/au_current.out b/test/langtools/tools/javac/processing/warnings/au_current.out index 1c19c9a148d..f3ea0f3eddb 100644 --- a/test/langtools/tools/javac/processing/warnings/au_current.out +++ b/test/langtools/tools/javac/processing/warnings/au_current.out @@ -1,4 +1,4 @@ -- compiler.warn.proc.messager: Duplicate annotation type ``foo/Baz'' for processor TestRepeatedSupportedItems in its @SupportedAnnotationTypesannotation. -- compiler.warn.proc.messager: Duplicate annotation type ``Baz'' for processor TestRepeatedSupportedItems in its @SupportedAnnotationTypesannotation. +- compiler.warn.proc.messager: Duplicate annotation interface ``foo/Baz'' for processor TestRepeatedSupportedItems in its @SupportedAnnotationTypesannotation. +- compiler.warn.proc.messager: Duplicate annotation interface ``Baz'' for processor TestRepeatedSupportedItems in its @SupportedAnnotationTypesannotation. - compiler.warn.proc.messager: Duplicate option value ``Foo'' for processor TestRepeatedSupportedItems in its @SupportedOptionsannotation. 3 warnings