--- old/test/langtools/tools/javac/generics/diamond/neg/Neg09c.java 2018-07-13 09:27:47.669001000 -0700 +++ new/test/langtools/tools/javac/generics/diamond/neg/Neg09c.java 2018-07-13 09:27:47.525001000 -0700 @@ -4,7 +4,7 @@ * * @summary Check that diamond is not allowed with anonymous inner class expressions at source < 9 * @author Maurizio Cimadamore - * @compile/fail/ref=Neg09c.out Neg09c.java -source 8 -XDrawDiagnostics + * @compile/fail/ref=Neg09c.out Neg09c.java -source 8 -XDrawDiagnostics -Xlint:-options * */