--- old/test/langtools/tools/javac/diags/examples/AnnotationsAfterTypeParamsNotSupportedInSource.java 2018-07-07 20:00:26.109001000 -0700 +++ new/test/langtools/tools/javac/diags/examples/AnnotationsAfterTypeParamsNotSupportedInSource.java 2018-07-07 20:00:25.973001000 -0700 @@ -23,8 +23,7 @@ // key: compiler.err.feature.not.supported.in.source.plural // key: compiler.misc.feature.annotations.after.type.params -// key: compiler.warn.source.no.bootclasspath -// options: -source 7 +// options: -source 7 -Xlint:-options @interface Anno { }