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