--- old/test/langtools/tools/javac/diags/examples/PrivateInterfaceMethodsNotSupported.java 2018-07-13 09:27:45.429001000 -0700 +++ new/test/langtools/tools/javac/diags/examples/PrivateInterfaceMethodsNotSupported.java 2018-07-13 09:27:45.289001000 -0700 @@ -23,8 +23,7 @@ // key: compiler.err.feature.not.supported.in.source.plural // key: compiler.misc.feature.private.intf.methods -// key: compiler.warn.source.no.bootclasspath -// options: -source 8 +// options: -source 8 -Xlint:-options interface PrivateInterfaceMethodsNotSupported { private void foo() {}