8237601: test/langtools/tools/javac/warnings/MaxDiagsRecompile.java fails after JDK-8237589
Reviewed-by: dholmes
This commit is contained in:
parent
e8f8eef908
commit
eef726a99a
test/langtools/tools/javac/warnings
@ -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:32: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:33: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:34: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:35:3: compiler.err.cant.resolve.location: kindname.class, NoSuchSymbol4, , , (compiler.misc.location: kindname.class, MaxDiagsRecompile, null)
|
||||||
4 errors
|
4 errors
|
@ -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
|
1 error
|
||||||
only showing the first 1 errors, of 4 total; use -Xmaxerrs if you would like to see more
|
only showing the first 1 errors, of 4 total; use -Xmaxerrs if you would like to see more
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
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>
|
||||||
MaxWarnsRecompile.java:31: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:32: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:33: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
|
4 warnings
|
@ -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
|
1 warning
|
||||||
only showing the first 1 warnings, of 4 total; use -Xmaxwarns if you would like to see more
|
only showing the first 1 warnings, of 4 total; use -Xmaxwarns if you would like to see more
|
||||||
|
Loading…
x
Reference in New Issue
Block a user