changeset 57764:93e22f0a6401

8237601: test/langtools/tools/javac/warnings/MaxDiagsRecompile.java fails after JDK-8237589 Reviewed-by: dholmes
author mikael
date Tue, 21 Jan 2020 17:37:18 -0800
parents f3b80456f22f
children 6b794294d0e8
files test/langtools/tools/javac/warnings/MaxDiagsRecompile.all.out test/langtools/tools/javac/warnings/MaxDiagsRecompile.max1.out test/langtools/tools/javac/warnings/MaxWarnsRecompile.all.out test/langtools/tools/javac/warnings/MaxWarnsRecompile.max1.out
diffstat 4 files changed, 10 insertions(+), 10 deletions(-) [+]
line wrap: on
line diff
--- a/test/langtools/tools/javac/warnings/MaxDiagsRecompile.all.out	Tue Jan 21 23:33:18 2020 +0000
+++ b/test/langtools/tools/javac/warnings/MaxDiagsRecompile.all.out	Tue Jan 21 17:37:18 2020 -0800
@@ -1,5 +1,5 @@
-MaxDiagsRecompile.java:28:3: compiler.err.cant.resolve.location: kindname.class, NoSuchSymbol1, , , (compiler.misc.location: kindname.class, MaxDiagsRecompile, null)
-MaxDiagsRecompile.java:29:3: compiler.err.cant.resolve.location: kindname.class, NoSuchSymbol2, , , (compiler.misc.location: kindname.class, MaxDiagsRecompile, null)
-MaxDiagsRecompile.java:30:3: compiler.err.cant.resolve.location: kindname.class, NoSuchSymbol3, , , (compiler.misc.location: kindname.class, MaxDiagsRecompile, null)
-MaxDiagsRecompile.java:31:3: compiler.err.cant.resolve.location: kindname.class, NoSuchSymbol4, , , (compiler.misc.location: kindname.class, MaxDiagsRecompile, null)
+MaxDiagsRecompile.java:32:3: compiler.err.cant.resolve.location: kindname.class, NoSuchSymbol1, , , (compiler.misc.location: kindname.class, MaxDiagsRecompile, null)
+MaxDiagsRecompile.java:33:3: compiler.err.cant.resolve.location: kindname.class, NoSuchSymbol2, , , (compiler.misc.location: kindname.class, MaxDiagsRecompile, null)
+MaxDiagsRecompile.java:34:3: compiler.err.cant.resolve.location: kindname.class, NoSuchSymbol3, , , (compiler.misc.location: kindname.class, MaxDiagsRecompile, null)
+MaxDiagsRecompile.java:35:3: compiler.err.cant.resolve.location: kindname.class, NoSuchSymbol4, , , (compiler.misc.location: kindname.class, MaxDiagsRecompile, null)
 4 errors
\ No newline at end of file
--- a/test/langtools/tools/javac/warnings/MaxDiagsRecompile.max1.out	Tue Jan 21 23:33:18 2020 +0000
+++ b/test/langtools/tools/javac/warnings/MaxDiagsRecompile.max1.out	Tue Jan 21 17:37:18 2020 -0800
@@ -1,3 +1,3 @@
-MaxDiagsRecompile.java:28:3: compiler.err.cant.resolve.location: kindname.class, NoSuchSymbol1, , , (compiler.misc.location: kindname.class, MaxDiagsRecompile, null)
+MaxDiagsRecompile.java:32:3: compiler.err.cant.resolve.location: kindname.class, NoSuchSymbol1, , , (compiler.misc.location: kindname.class, MaxDiagsRecompile, null)
 1 error
 only showing the first 1 errors, of 4 total; use -Xmaxerrs if you would like to see more
--- a/test/langtools/tools/javac/warnings/MaxWarnsRecompile.all.out	Tue Jan 21 23:33:18 2020 +0000
+++ b/test/langtools/tools/javac/warnings/MaxWarnsRecompile.all.out	Tue Jan 21 17:37:18 2020 -0800
@@ -1,5 +1,5 @@
-MaxWarnsRecompile.java:30:3: compiler.warn.raw.class.use: java.util.List, java.util.List<E>
-MaxWarnsRecompile.java:31:3: compiler.warn.raw.class.use: java.util.List, java.util.List<E>
-MaxWarnsRecompile.java:32:3: compiler.warn.raw.class.use: java.util.List, java.util.List<E>
-MaxWarnsRecompile.java:33:3: compiler.warn.raw.class.use: java.util.List, java.util.List<E>
+MaxWarnsRecompile.java:34:3: compiler.warn.raw.class.use: java.util.List, java.util.List<E>
+MaxWarnsRecompile.java:35:3: compiler.warn.raw.class.use: java.util.List, java.util.List<E>
+MaxWarnsRecompile.java:36:3: compiler.warn.raw.class.use: java.util.List, java.util.List<E>
+MaxWarnsRecompile.java:37:3: compiler.warn.raw.class.use: java.util.List, java.util.List<E>
 4 warnings
\ No newline at end of file
--- a/test/langtools/tools/javac/warnings/MaxWarnsRecompile.max1.out	Tue Jan 21 23:33:18 2020 +0000
+++ b/test/langtools/tools/javac/warnings/MaxWarnsRecompile.max1.out	Tue Jan 21 17:37:18 2020 -0800
@@ -1,3 +1,3 @@
-MaxWarnsRecompile.java:30:3: compiler.warn.raw.class.use: java.util.List, java.util.List<E>
+MaxWarnsRecompile.java:34:3: compiler.warn.raw.class.use: java.util.List, java.util.List<E>
 1 warning
 only showing the first 1 warnings, of 4 total; use -Xmaxwarns if you would like to see more