--- old/test/langtools/tools/javac/diags/examples/DirPathElementNotFound.java 2018-07-13 09:27:44.669001000 -0700 +++ new/test/langtools/tools/javac/diags/examples/DirPathElementNotFound.java 2018-07-13 09:27:44.529001000 -0700 @@ -22,8 +22,7 @@ */ // key: compiler.warn.dir.path.element.not.found -// key: compiler.warn.source.no.bootclasspath -// options: -Xlint:path -source 8 -target 8 -extdirs DoesNotExist +// options: -Xlint:path,-options -source 8 -target 8 -extdirs DoesNotExist // run: simple class DirPathElementNotFound { }